diff options
author | sem <sem@FreeBSD.org> | 2005-07-25 19:51:33 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-25 19:51:33 +0800 |
commit | adac8a4cc81f300fa5df6d1be98f39a87e9531a2 (patch) | |
tree | ef1753c72c957a8dfd888db9b0d5ca4ba7e34d3d | |
parent | 92c4d0ffc99a5487fc9a04be8f301165ab1e753c (diff) | |
download | freebsd-ports-gnome-adac8a4cc81f300fa5df6d1be98f39a87e9531a2.tar.gz freebsd-ports-gnome-adac8a4cc81f300fa5df6d1be98f39a87e9531a2.tar.zst freebsd-ports-gnome-adac8a4cc81f300fa5df6d1be98f39a87e9531a2.zip |
- Add CONFLICTS with heyu2
-rw-r--r-- | misc/heyu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile index 0e5258e0aabd..15920cc0df87 100644 --- a/misc/heyu/Makefile +++ b/misc/heyu/Makefile @@ -7,7 +7,7 @@ PORTNAME= heyu PORTVERSION= 1.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://heyu.tanj.com/ DISTNAME= x10_heyu @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= plambert@plambert.net COMMENT= Control a CM11A interface from the command line +CONFLICTS= heyu2-* + IS_INTERACTIVE= yes ALL_TARGET= heyu WRKSRC= ${WRKDIR}/heyu.dir |