svn commit: r395706 - head/net/libcmis

Jung-uk Kim jkim at FreeBSD.org
Mon Aug 31 17:35:17 UTC 2015


Author: jkim
Date: Mon Aug 31 17:35:16 2015
New Revision: 395706
URL: https://svnweb.freebsd.org/changeset/ports/395706

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

Modified:
  head/net/libcmis/Makefile

Modified: head/net/libcmis/Makefile
==============================================================================
--- head/net/libcmis/Makefile	Mon Aug 31 17:24:12 2015	(r395705)
+++ head/net/libcmis/Makefile	Mon Aug 31 17:35:16 2015	(r395706)
@@ -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


More information about the svn-ports-all mailing list