From 858e01a03f064fd29458ac7b2f010964a2dd0093 Mon Sep 17 00:00:00 2001 From: mandree Date: Thu, 7 Jul 2011 01:29:03 +0000 Subject: Repair INDEX after lzo removal. Mark broken. PR: ports/156954 --- archivers/dact/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'archivers/dact/Makefile') 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 -- cgit