diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-10 07:29:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-10 07:29:17 +0800 |
commit | 4e31c5d01a2c99731e88846ca988d16b94b81234 (patch) | |
tree | 639921a9f81825a050cc514be0a186877df09730 /net/libcmis | |
parent | fceff3a5a8dbe6d2a5fc369690b184c590e03bed (diff) | |
download | freebsd-ports-gnome-4e31c5d01a2c99731e88846ca988d16b94b81234.tar.gz freebsd-ports-gnome-4e31c5d01a2c99731e88846ca988d16b94b81234.tar.zst freebsd-ports-gnome-4e31c5d01a2c99731e88846ca988d16b94b81234.zip |
Convert gnomehack to pathfix
Explicitly add pkgconf as a build dependency
Diffstat (limited to 'net/libcmis')
-rw-r--r-- | net/libcmis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libcmis/Makefile b/net/libcmis/Makefile index 929793489afc..0d4287c4a9b0 100644 --- a/net/libcmis/Makefile +++ b/net/libcmis/Makefile @@ -16,9 +16,11 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \ ${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 |