diff options
author | mandree <mandree@FreeBSD.org> | 2011-07-07 09:29:03 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-07-07 09:29:03 +0800 |
commit | 858e01a03f064fd29458ac7b2f010964a2dd0093 (patch) | |
tree | ee0816673d0da03f8a75ca12106ea9215f73226b /archivers/dact/Makefile | |
parent | 035dded4d127aabc3f2e6824889dc2e79dc730f4 (diff) | |
download | freebsd-ports-gnome-858e01a03f064fd29458ac7b2f010964a2dd0093.tar.gz freebsd-ports-gnome-858e01a03f064fd29458ac7b2f010964a2dd0093.tar.zst freebsd-ports-gnome-858e01a03f064fd29458ac7b2f010964a2dd0093.zip |
Repair INDEX after lzo removal. Mark broken.
PR: ports/156954
Diffstat (limited to 'archivers/dact/Makefile')
-rw-r--r-- | archivers/dact/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 3d65f6b352f3..ef3294cba5fe 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -15,14 +15,16 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Dynamic Adaptive Compression Tool LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ - lzo.1:${PORTSDIR}/archivers/lzo + lzo2.2:${PORTSDIR}/archivers/lzo2 + +BROKEN= needs to be upgraded to lzo2 according to ports/156954 USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/lib -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= TOBUILD="dact libdact.so dact.conf" MAN1= dact.1 |