diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-04 08:22:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-04 08:22:39 +0000 |
commit | 3ccca22e1f94deab87091fbcf5d33c3ce1b8d1c7 (patch) | |
tree | 008d8c988addad29e1f2cb3e8b2d1a92b3f7e003 /lang | |
parent | 982e5bc5edde4b5f1d7ed74602aa6ef0753c47d1 (diff) | |
download | ports-3ccca22e1f94deab87091fbcf5d33c3ce1b8d1c7.tar.gz ports-3ccca22e1f94deab87091fbcf5d33c3ce1b8d1c7.zip |
- Add CONFLICTS with astro/weather
PR: ports/165949
Submitted by: Benjamin Tovar <ben@robotoloco.com>
Notes
Notes:
svn path=/head/; revision=300467
Diffstat (limited to 'lang')
-rw-r--r-- | lang/expect-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/expect-devel/Makefile b/lang/expect-devel/Makefile index 4c11402e8f1d..8164123cee13 100644 --- a/lang/expect-devel/Makefile +++ b/lang/expect-devel/Makefile @@ -14,7 +14,7 @@ DISTNAME= expect-cvs-20091231 MAINTAINER= ports@FreeBSD.org COMMENT= A sophisticated scripter based on tcl/tk -CONFLICTS= expect-5.43* +CONFLICTS= expect-5.43* weather-[0-9]* LATEST_LINK= expect-devel USE_AUTOTOOLS= autoconf |