diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-25 11:51:33 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-25 11:51:33 +0000 |
commit | 429f569874c609dd0e54d75dccf71157bfadc6b0 (patch) | |
tree | 36128248ff80ef188a0bbcf514f103bb921d2597 /misc/heyu | |
parent | 3331999b9ba33631e69857617ca66dd2b6629a86 (diff) | |
download | ports-429f569874c609dd0e54d75dccf71157bfadc6b0.tar.gz ports-429f569874c609dd0e54d75dccf71157bfadc6b0.zip |
Notes
Diffstat (limited to 'misc/heyu')
-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 |