diff options
Diffstat (limited to 'math/ppl')
-rw-r--r-- | math/ppl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/ppl/Makefile b/math/ppl/Makefile index 5126fe9ed95..969db099279 100644 --- a/math/ppl/Makefile +++ b/math/ppl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/04/08 20:52:32 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/11 23:04:30 asau Exp $ # DISTNAME= ppl-0.11.2 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.cs.unipr.it/ppl/ COMMENT= The Parma Polyhedra Library. Used by gcc for loop optimization LICENSE= gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_TOOLS+= autoconf automake gmake perl DEPENDS+= gsed-[0-9]*:../../textproc/gsed |