Followup to r347563: revert a change that sneaked in.

This commit is contained in:
Vasil Dimov 2014-03-18 07:59:46 +00:00
parent be2a15a958
commit f0b26e7b11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348522

View File

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