1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Improve CONFLICTS management

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2004-01-20 18:39:22 +00:00
parent 4ffd9a16ab
commit 3b495c65d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98664
2 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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>