1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Look for an executable instead of a library for the build dependency.

This commit is contained in:
Jung-uk Kim 2015-08-31 17:35:16 +00:00
parent 49b7d03dec
commit 5681e1298a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395706

View File

@ -12,7 +12,7 @@ LICENSE= LGPL20 MPL GPLv2
LICENSE_COMB= dual
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \
BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit \
${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes