Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 14:32:46 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358960 - head/net/pynids
Message-ID:  <201406231432.s5NEWkdh067171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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})



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406231432.s5NEWkdh067171>