diff options
author | sem <sem@FreeBSD.org> | 2005-07-25 19:51:05 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-25 19:51:05 +0800 |
commit | 92c4d0ffc99a5487fc9a04be8f301165ab1e753c (patch) | |
tree | deed050d78424f9354e8d83eb171646d0a1adef4 /misc | |
parent | d0d498a2a5c3b40537f62073a7cb055644c95e32 (diff) | |
download | freebsd-ports-gnome-92c4d0ffc99a5487fc9a04be8f301165ab1e753c.tar.gz freebsd-ports-gnome-92c4d0ffc99a5487fc9a04be8f301165ab1e753c.tar.zst freebsd-ports-gnome-92c4d0ffc99a5487fc9a04be8f301165ab1e753c.zip |
- Add CONFLICTS with misc/heyu
PR: ports/83935
Submitted by: maintainer
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 |