Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 23:29:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313777 - head/net/libcmis
Message-ID:  <201303092329.r29NTIWj052913@svn.freebsd.org>

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



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