diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-25 11:51:05 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-25 11:51:05 +0000 |
commit | 3331999b9ba33631e69857617ca66dd2b6629a86 (patch) | |
tree | facbba0210100494a9df63f4de124b4273fec3fa /misc | |
parent | 1c851ff0eda2de062ea349673b0c8472012610a5 (diff) | |
download | ports-3331999b9ba33631e69857617ca66dd2b6629a86.tar.gz ports-3331999b9ba33631e69857617ca66dd2b6629a86.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/heyu2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile index 9d3d11acd7f0..a9565689d00a 100644 --- a/misc/heyu2/Makefile +++ b/misc/heyu2/Makefile @@ -7,6 +7,7 @@ PORTNAME= heyu2 PORTVERSION= 2.0.b.2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://heyu.tanj.com/heyu2/ DISTNAME= heyu-2.0beta.2 @@ -15,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= mstowe@chicago.us.mensa.org COMMENT= Control a CM11A interface from the command line +CONFLICTS= heyu-* + #IS_INTERACTIVE= yes ALL_TARGET= all WRKSRC= ${WRKDIR}/heyu-2.0beta.2 |