svn commit: r336323 - head/devel/gjstest
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Dec 13 07:59:59 UTC 2013
Author: sunpoet
Date: Fri Dec 13 07:59:58 2013
New Revision: 336323
URL: http://svnweb.freebsd.org/changeset/ports/336323
Log:
- Convert to new LIB_DEPENDS format
Modified:
head/devel/gjstest/Makefile
Modified: head/devel/gjstest/Makefile
==============================================================================
--- head/devel/gjstest/Makefile Fri Dec 13 07:45:18 2013 (r336322)
+++ head/devel/gjstest/Makefile Fri Dec 13 07:59:58 2013 (r336323)
@@ -15,12 +15,12 @@ COMMENT= Lightweight JS unit testing usi
LICENSE= AL2
BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
-LIB_DEPENDS= gflags:${PORTSDIR}/devel/gflags \
- glog:${PORTSDIR}/devel/glog \
- protobuf:${PORTSDIR}/devel/protobuf \
- re2:${PORTSDIR}/devel/re2 \
- v8:${PORTSDIR}/lang/v8 \
- xml2:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= libgflags.so:${PORTSDIR}/devel/gflags \
+ libglog.so:${PORTSDIR}/devel/glog \
+ libprotobuf.so:${PORTSDIR}/devel/protobuf \
+ libre2.so:${PORTSDIR}/devel/re2 \
+ libv8.so:${PORTSDIR}/lang/v8 \
+ libxml2.so:${PORTSDIR}/textproc/libxml2
ALL_TARGET= default
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2
More information about the svn-ports-all
mailing list