diff options
Diffstat (limited to 'net/nanomsg/Makefile')
-rw-r--r-- | net/nanomsg/Makefile | 4 |
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" |