pkg-config is needed for build. I'm not sure how I missed that.

This commit is contained in:
seb 2007-10-30 16:04:09 +00:00
parent ddfeca2008
commit 5562f2420e

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2007/10/29 09:48:31 seb Exp $
# $NetBSD: Makefile,v 1.2 2007/10/30 16:04:09 seb Exp $
#
DISTNAME= gsnmp-0.2.0
@ -11,6 +11,7 @@ COMMENT= SNMP library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
.include "../../devel/glib2/buildlink3.mk"
.include "../../net/gnet/buildlink3.mk"