aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-23 22:32:46 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-23 22:32:46 +0800
commite46d016b45089ef661465778dcd4de7cd3688b8e (patch)
tree1ceacee4ab242d6e6f47dc4ecc5af76127e1c9d3 /net
parent4aec38115b3f573f7875d4904f44518ae7b9acfe (diff)
downloadfreebsd-ports-gnome-e46d016b45089ef661465778dcd4de7cd3688b8e.tar.gz
freebsd-ports-gnome-e46d016b45089ef661465778dcd4de7cd3688b8e.tar.zst
freebsd-ports-gnome-e46d016b45089ef661465778dcd4de7cd3688b8e.zip
Stagify, new syntax of LIB_DEPENDS.
Approved by: portmgr@
Diffstat (limited to 'net')
-rw-r--r--net/pynids/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pynids/Makefile b/net/pynids/Makefile
index 209699896bc8..c2781772f813 100644
--- a/net/pynids/Makefile
+++ b/net/pynids/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= corsmith@gmail.com
COMMENT= Python interface to libnids
PATCH_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
-LIB_DEPENDS= net:${PORTSDIR}/net/libnet
+LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
USES= pkgconfig
USE_GNOME= glib20
@@ -25,7 +25,6 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/nidsmodule.so
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if exists(${LIBNET_CONFIG})