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:
parent
4ffd9a16ab
commit
3b495c65d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98664
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user