diff options
-rw-r--r-- | devel/ppl/Makefile | 7 | ||||
-rw-r--r-- | devel/ppl/pkg-plist | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile index 4b0d3a1fcf4c..25ef5ee3c55e 100644 --- a/devel/ppl/Makefile +++ b/devel/ppl/Makefile @@ -8,6 +8,7 @@ PORTNAME= ppl PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \ http://www.cs.unipr.it/ppl/Download/ftp/releases/%SUBDIR%/ @@ -20,20 +21,22 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_GMAKE= yes USE_GNOME= gnometarget +USE_PERL5_BUILD=yes USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure Watchdog/configure CONFIGURE_ARGS= --disable-debugging \ --enable-optimization \ --with-cflags="${CFLAGS}" \ --with-cxxflags="${CXXFLAGS}" \ - --with-libgmp-prefix="${LOCALBASE}" + --with-libgmp-prefix="${LOCALBASE}" \ + --with-libgmpxx-prefix="${LOCALBASE}" USE_LDCONFIG= yes MAN1= ppl-config.1 ppl_lcdd.1 ppl_lpsol.1 .if defined(NOPORTDOCS) post-patch: - ${REINPLACE_CMD -e '/SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e '/SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in .endif .include <bsd.port.mk> diff --git a/devel/ppl/pkg-plist b/devel/ppl/pkg-plist index ea7c6e71fc75..4e9c78eeceb9 100644 --- a/devel/ppl/pkg-plist +++ b/devel/ppl/pkg-plist @@ -849,4 +849,5 @@ share/aclocal/ppl.m4 %%PORTDOCS%%%%DOCSDIR%%/ppl-user-0.9.ps.gz %%PORTDOCS%%@dirrm %%DOCSDIR%%/ppl-user-0.9-html %%PORTDOCS%%@dirrm %%DOCSDIR%%/ +@dirrm lib/ppl @dirrmtry share/aclocal |