svn commit: r358960 - head/net/pynids
Vanilla I. Shu
vanilla at FreeBSD.org
Mon Jun 23 14:32:47 UTC 2014
Author: vanilla
Date: Mon Jun 23 14:32:46 2014
New Revision: 358960
URL: http://svnweb.freebsd.org/changeset/ports/358960
QAT: https://qat.redports.org/buildarchive/r358960/
Log:
Stagify, new syntax of LIB_DEPENDS.
Approved by: portmgr@
Modified:
head/net/pynids/Makefile
Modified: head/net/pynids/Makefile
==============================================================================
--- head/net/pynids/Makefile Mon Jun 23 14:29:07 2014 (r358959)
+++ head/net/pynids/Makefile Mon Jun 23 14:32:46 2014 (r358960)
@@ -13,7 +13,7 @@ MAINTAINER= corsmith at 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%%/nidsm
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if exists(${LIBNET_CONFIG})
More information about the svn-ports-all
mailing list