diff options
Diffstat (limited to 'misc')
-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 |