aboutsummaryrefslogtreecommitdiff
path: root/net/nmsg/Makefile
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2015-10-28 02:36:18 +0000
committerDon Lewis <truckman@FreeBSD.org>2015-10-28 02:36:18 +0000
commitc7e328bb68bb32bbaaf39bad91f9364495d4a1ed (patch)
tree6f50bb4870bdacb3f2af53ea5acd25d3214dacab /net/nmsg/Makefile
parentaadb18327d88db02ef14e46ec9a6ff31b0ee3139 (diff)
Notes
Diffstat (limited to 'net/nmsg/Makefile')
-rw-r--r--net/nmsg/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/nmsg/Makefile b/net/nmsg/Makefile
index 98738b3e0c53..28f18a44da5f 100644
--- a/net/nmsg/Makefile
+++ b/net/nmsg/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= nmsg
-PORTVERSION= 0.9.1
-PORTREVISION= 2
+PORTVERSION= 0.10.0
CATEGORIES= net
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
@@ -14,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \
libxs.so:${PORTSDIR}/devel/libxs \
- libwdns.so:${PORTSDIR}/dns/wdns
+ libwdns.so:${PORTSDIR}/dns/wdns \
+ libyajl.so:${PORTSDIR}/devel/yajl
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -30,6 +30,8 @@ OPTIONS_DEFINE= DOXYGEN EXAMPLES MANPAGES
OPTIONS_DEFAULT= DOXYGEN MANPAGES
OPTIONS_SUB= yes
+CPPFLAGS+= -I${LOCALBASE}/include/yajl
+
ALL_TARGET= all
DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
DOXYGEN_ALL_TARGET= html-local