summaryrefslogtreecommitdiffstats
path: root/net/mute-net/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2004-01-20 18:39:22 +0000
committerlioux <lioux@FreeBSD.org>2004-01-20 18:39:22 +0000
commit551372098ceb766599c18c275a86fa99dc80b421 (patch)
tree74f2222271ae9c3c9a07cd6efb05eca6e7bb3d3b /net/mute-net/Makefile
parent100e42b471c2addd74c7e3f210e0a4dbf13e6099 (diff)
downloadFreeBSD-ports-551372098ceb766599c18c275a86fa99dc80b421.zip
FreeBSD-ports-551372098ceb766599c18c275a86fa99dc80b421.tar.gz
Improve CONFLICTS management
Diffstat (limited to 'net/mute-net/Makefile')
-rw-r--r--net/mute-net/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mute-net/Makefile b/net/mute-net/Makefile
index c9145e7..e66f9e8 100644
--- a/net/mute-net/Makefile
+++ b/net/mute-net/Makefile
@@ -150,25 +150,25 @@ CONFLICTS+= mute-net-[0-9]*
.ifndef(WITHOUT_GUI)
# we cannot install if slave gui port is installed
PLIST_SUB+= GUI=""
+
+CONFLICTS+= mute-net-gui-*
.else
# tag package name properly
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-text
PLIST_SUB+= GUI="@comment "
-
-CONFLICTS+= mute-net-text-*
.endif
# text interface
.ifndef(WITHOUT_TEXT)
PLIST_SUB+= TEXT=""
+
+CONFLICTS+= mute-net-text-*
.else
# tag package name properly
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gui
PLIST_SUB+= TEXT="@comment "
-
-CONFLICTS+= mute-net-gui-*
.endif
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud