summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkamil <kamil>2016-06-18 08:24:32 +0000
committerkamil <kamil>2016-06-18 08:24:32 +0000
commit056b38e9fce62bf74da7eeb1d72540a297908b13 (patch)
tree10786ae348309551a40093f7e03f20466aa1a1f8 /net
parent30c9092979c9cde2c028cb604105a8e2f75a7f66 (diff)
downloadpkgsrc-056b38e9fce62bf74da7eeb1d72540a297908b13.tar.gz
Remove unneeded PKGCONFIG_OVERRIDE
Diffstat (limited to 'net')
-rw-r--r--net/nanomsg/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/nanomsg/Makefile b/net/nanomsg/Makefile
index d0b04824012..6b8b205e190 100644
--- a/net/nanomsg/Makefile
+++ b/net/nanomsg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/06/18 08:16:27 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/18 08:24:32 kamil Exp $
DISTNAME= nanomsg-1.0.0
CATEGORIES= net
@@ -11,6 +11,4 @@ LICENSE= x11
USE_CMAKE= yes
-PKGCONFIG_OVERRIDE+= libnanomsg.pc.in
-
.include "../../mk/bsd.pkg.mk"