svn commit: r313777 - head/net/libcmis

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 9 23:29:18 UTC 2013


Author: bapt
Date: Sat Mar  9 23:29:17 2013
New Revision: 313777
URL: http://svnweb.freebsd.org/changeset/ports/313777

Log:
  Convert gnomehack to pathfix
  Explicitly add pkgconf as a build dependency

Modified:
  head/net/libcmis/Makefile

Modified: head/net/libcmis/Makefile
==============================================================================
--- head/net/libcmis/Makefile	Sat Mar  9 23:12:13 2013	(r313776)
+++ head/net/libcmis/Makefile	Sat Mar  9 23:29:17 2013	(r313777)
@@ -16,9 +16,11 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libcppun
 		${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	libxml2 gnomehack
+USES=		pathfix
+USE_GNOME=	libxml2
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
+USE_PKGCONFIG=	build
 MAKE_JOBS_SAFE=	yes
 
 CONFIGURE_ARGS=	--disable-werror --with-boost=${LOCALBASE} --without-man


More information about the svn-ports-head mailing list