Date: Tue, 1 Jul 2014 22:03:41 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360104 - head/net/panoptis Message-ID: <201407012203.s61M3flG029011@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 1 22:03:40 2014 New Revision: 360104 URL: http://svnweb.freebsd.org/changeset/ports/360104 QAT: https://qat.redports.org/buildarchive/r360104/ Log: - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Modified: head/net/panoptis/Makefile Modified: head/net/panoptis/Makefile ============================================================================== --- head/net/panoptis/Makefile Tue Jul 1 22:03:13 2014 (r360103) +++ head/net/panoptis/Makefile Tue Jul 1 22:03:40 2014 (r360104) @@ -13,7 +13,7 @@ COMMENT= Detect and block DoS/DDoS attac LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= libccgnu2.so:${PORTSDIR}/devel/commoncpp GNU_CONFIGURE= yes USE_PYTHON= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407012203.s61M3flG029011>