summaryrefslogtreecommitdiff
path: root/net/gupnp
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-11-30 17:10:36 +0000
committerhans <hans@pkgsrc.org>2011-11-30 17:10:36 +0000
commitd4747559ff35ec4e25bb9baab0a684ac6cd5596b (patch)
treef21818e5c0dcb9428813c2453b37934211cdb2d8 /net/gupnp
parentb7a0a398c4e4fc75594a2aeffa20595f7e8a8a77 (diff)
downloadpkgsrc-d4747559ff35ec4e25bb9baab0a684ac6cd5596b.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