From 134198e6fd872b3df960640c515de3e060182ace Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 7 Oct 2002 12:52:31 +0000 Subject: upgrade to 0.4.2 --- devel/ppl/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'devel/ppl/Makefile') diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile index 18f4b2c6f29f..a94ae08e0627 100644 --- a/devel/ppl/Makefile +++ b/devel/ppl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ppl -PORTVERSION= 0.3 +PORTVERSION= 0.4.2 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/${PORTVERSION}/ \ http://www.cs.unipr.it/ppl/Download/ftp/releases/${PORTVERSION}/ @@ -17,10 +17,15 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_LIBTOOL= yes +USE_GCC= 3.1 GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}" +USE_GMAKE= yes INSTALLS_SHLIB= yes +post-install: + @${RMDIR} ${PREFIX}/lib/ppl + .include -- cgit v1.2.3