Date: Fri, 13 Dec 2013 07:59:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336323 - head/devel/gjstest Message-ID: <201312130759.rBD7xxBK019913@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312130759.rBD7xxBK019913>