diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 01:24:41 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 01:24:41 +0000 |
commit | 47f9d8fd4663f9c3c71462af7c4b3275bde2e31a (patch) | |
tree | 46fc8d91d267324c4c6a8d84d37e354e6ac2ccb2 /misc/ossp-uuid | |
parent | e9e59493e4b2d017ee2828e33f5ff60e1138bdc2 (diff) | |
download | ports-47f9d8fd4663f9c3c71462af7c4b3275bde2e31a.tar.gz ports-47f9d8fd4663f9c3c71462af7c4b3275bde2e31a.zip |
Notes
Diffstat (limited to 'misc/ossp-uuid')
-rw-r--r-- | misc/ossp-uuid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index 881d114b34e6..f2d4368f7b63 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -15,9 +15,8 @@ PKGNAMEPREFIX= ossp- MAINTAINER= mnag@FreeBSD.org COMMENT= ISO-C & Perl API and CLI for generating Universally Unique Identifiers -CONFLICTS= e2fsprogs-[0-9]* +CONFLICTS= e2fsprogs-libuuid-[0-9]* -USE_REINPLACE= yes USE_GCC= 3.2+ USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes |