summaryrefslogtreecommitdiff
path: root/net/gupnp
diff options
context:
space:
mode:
authorhans <hans>2011-11-30 17:10:36 +0000
committerhans <hans>2011-11-30 17:10:36 +0000
commitf3c80621ef0450f9078aef7b778a57a9244f415e (patch)
treef21818e5c0dcb9428813c2453b37934211cdb2d8 /net/gupnp
parentc1859367ff8a4961a821ddf2a2b48b71f010fe48 (diff)
downloadpkgsrc-f3c80621ef0450f9078aef7b778a57a9244f415e.tar.gz
Fix uuid.pc breakage on BSDs. I'm not sure this is really correct.
Diffstat (limited to 'net/gupnp')
-rw-r--r--net/gupnp/buildlink3.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/gupnp/buildlink3.mk b/net/gupnp/buildlink3.mk
index 5aa305bc478..ce4ab52b433 100644
--- a/net/gupnp/buildlink3.mk
+++ b/net/gupnp/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2011/11/29 15:42:01 hans Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2011/11/30 17:10:36 hans Exp $
BUILDLINK_TREE+= gupnp
@@ -10,10 +10,7 @@ BUILDLINK_ABI_DEPENDS.gupnp?= gupnp>=0.13.3nb3
BUILDLINK_PKGSRCDIR.gupnp?= ../../net/gupnp
.include "../../mk/bsd.prefs.mk"
-.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
-pre-configure:
- cp ${FILESDIR}/uuid.pc ${BUILDLINK_DIR}/lib/pkgconfig/
-.else
+.if empty(OPSYS:M*BSD) && ${OPSYS} != "DragonFly"
.include "../../devel/libuuid/buildlink3.mk"
.endif