diff options
author | minskim <minskim@pkgsrc.org> | 2011-11-22 19:28:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-11-22 19:28:21 +0000 |
commit | 984e2108b768fd05cb99c072faaa11709f5147ec (patch) | |
tree | b787c8ecc31ee3228ffe3461fc114c8eea2767fc /net/gupnp | |
parent | 1df13853bd96befb083f621b63fae8f9093b5384 (diff) | |
download | pkgsrc-984e2108b768fd05cb99c072faaa11709f5147ec.tar.gz |
Use fake uuid.pc on Darwin.
Diffstat (limited to 'net/gupnp')
-rw-r--r-- | net/gupnp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 36fb08a00dc..03bd56d9dd9 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2011/06/10 09:39:45 obache Exp $ +# $NetBSD: Makefile,v 1.10 2011/11/22 19:28:21 minskim Exp $ # DISTNAME= gupnp-0.13.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= http://www.gupnp.org/sites/all/files/sources/ @@ -21,7 +21,7 @@ REPLACE_PYTHON= tools/gupnp-binding-tool .include "../../mk/bsd.prefs.mk" -.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" +.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin" pre-configure: cp ${FILESDIR}/uuid.pc ${BUILDLINK_DIR}/lib/pkgconfig/ .else |