diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-02-12 11:44:58 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-02-12 11:44:58 +0000 |
commit | 0c75f94ab94db0b2a06d69d6e9795cf923a8d5da (patch) | |
tree | f3e5e11d29abfe2f19f3acd9df61abec14554b3a /devel | |
parent | 0ad653ba9d1bc4ba4b13ca2b3b59dd223911c242 (diff) | |
download | pkgsrc-0c75f94ab94db0b2a06d69d6e9795cf923a8d5da.tar.gz |
Remove conflict with devel/ossp-uuid, now that the former installs under
a different name. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libuuid/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libuuid/Makefile b/devel/libuuid/Makefile index 04245fad1f1..d9c693d68bc 100644 --- a/devel/libuuid/Makefile +++ b/devel/libuuid/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2013/12/28 09:16:20 obache Exp $ +# $NetBSD: Makefile,v 1.6 2014/02/12 11:44:58 fhajny Exp $ DISTNAME= util-linux-2.19.1 PKGNAME= ${DISTNAME:S/util-linux/libuuid/} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/v2.19/ EXTRACT_SUFX= .tar.bz2 @@ -11,8 +12,6 @@ HOMEPAGE= http://kernel.org/~kzak/util-linux-ng/ COMMENT= Generate unique identifiers for objects LICENSE= modified-bsd -CONFLICTS= ossp-uuid-[0-9]* # libuuid.* uuid.pc uuid.3 - USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-agetty |