mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix pkgname collision
With hat: portmgr
This commit is contained in:
parent
caee0f4bdc
commit
fa3de0f230
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332226
2 changed files with 5 additions and 6 deletions
|
@ -18,11 +18,10 @@ LICENSE= GPLv2
|
||||||
LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt
|
LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt
|
||||||
|
|
||||||
.if !defined(_BUILDING_NSCA_CLIENT)
|
.if !defined(_BUILDING_NSCA_CLIENT)
|
||||||
LATEST_LINK= nsca
|
CONFLICTS= nsca-2.7.* nsca27-*
|
||||||
CONFLICTS= nsca-2.7.*
|
|
||||||
.else
|
.else
|
||||||
LATEST_LINK= nsca-client
|
PKGNAMESUFFIX- -client
|
||||||
CONFLICTS= nsca-client-2.7.*
|
CONFLICTS= nsca-client-2.7.* nsca27-*
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -18,10 +18,10 @@ LICENSE= GPLv2
|
||||||
LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt
|
LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt
|
||||||
|
|
||||||
.if !defined(_BUILDING_NSCA_CLIENT)
|
.if !defined(_BUILDING_NSCA_CLIENT)
|
||||||
LATEST_LINK= nsca27
|
PKGNAMESUFFIX= 27
|
||||||
CONFLICTS= nsca-2.9.*
|
CONFLICTS= nsca-2.9.*
|
||||||
.else
|
.else
|
||||||
LATEST_LINK= nsca27-client
|
PKGNAMESUFFIX= 27-client
|
||||||
CONFLICTS= nsca-client-2.9.*
|
CONFLICTS= nsca-client-2.9.*
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue