Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2015 17:35:16 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395706 - head/net/libcmis
Message-ID:  <201508311735.t7VHZG2K006101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508311735.t7VHZG2K006101>