summaryrefslogtreecommitdiff
path: root/net/nanomsg
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-06-26 12:17:14 +0000
committerkamil <kamil@pkgsrc.org>2016-06-26 12:17:14 +0000
commit209052fcdf50369f5b256328d96f059f8cd6fa66 (patch)
tree0304e774c2881108392928d303a00f205d2e302e /net/nanomsg
parentd5c1cc521f8ab299f7eb99fec54e04b6f150bd05 (diff)
downloadpkgsrc-209052fcdf50369f5b256328d96f059f8cd6fa66.tar.gz
Add missing PKGCONFIG_OVERRIDE.
It's still needed (but with a fixed path) Bump PKGREVISION. Pointed out by <wiz>.
Diffstat (limited to 'net/nanomsg')
-rw-r--r--net/nanomsg/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/nanomsg/Makefile b/net/nanomsg/Makefile
index 6b8b205e190..5aeb39eaecb 100644
--- a/net/nanomsg/Makefile
+++ b/net/nanomsg/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2016/06/18 08:24:32 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/26 12:17:14 kamil Exp $
DISTNAME= nanomsg-1.0.0
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=nanomsg/}
@@ -11,4 +12,6 @@ LICENSE= x11
USE_CMAKE= yes
+PKGCONFIG_OVERRIDE+= src/pkgconfig.in
+
.include "../../mk/bsd.pkg.mk"