Followup to r347563: revert a change that sneaked in.
This commit is contained in:
parent
be2a15a958
commit
f0b26e7b11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348522
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,6 @@ PKGNAMEPREFIX= ossp-
|
|||
MAINTAINER= vd@FreeBSD.org
|
||||
COMMENT= ISO-C API and CLI for generating Universally Unique Identifiers
|
||||
|
||||
#CONFLICTS= e2fsprogs-libuuid-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --disable-shared --enable-static --with-cxx \
|
||||
|
@ -21,6 +19,8 @@ CONFIGURE_ARGS= --disable-shared --enable-static --with-cxx \
|
|||
|
||||
.if defined(SLAVEPORT) && ${SLAVEPORT}=="perl"
|
||||
PKGNAMEPREFIX= p5-OSSP-
|
||||
.else
|
||||
CONFLICTS= e2fsprogs-libuuid-[0-9]*
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
Loading…
Reference in a new issue