summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-11-22 19:28:21 +0000
committerminskim <minskim@pkgsrc.org>2011-11-22 19:28:21 +0000
commit984e2108b768fd05cb99c072faaa11709f5147ec (patch)
treeb787c8ecc31ee3228ffe3461fc114c8eea2767fc /net
parent1df13853bd96befb083f621b63fae8f9093b5384 (diff)
downloadpkgsrc-984e2108b768fd05cb99c072faaa11709f5147ec.tar.gz
Use fake uuid.pc on Darwin.
Diffstat (limited to 'net')
-rw-r--r--net/gupnp/Makefile6
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