diff options
author | tobez <tobez@FreeBSD.org> | 2006-02-28 13:53:10 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-02-28 13:53:10 +0000 |
commit | 0613a55a2103ab3c464b5bfb9605fb6bc2569a9d (patch) | |
tree | 1b281bbd2cb8e9a42056d05c6a36e88bbc729b8b /math/PDL | |
parent | e536e9a705c608aa7f4d76640b7e34d3d1ffe75a (diff) | |
download | FreeBSD-ports-0613a55a2103ab3c464b5bfb9605fb6bc2569a9d.zip FreeBSD-ports-0613a55a2103ab3c464b5bfb9605fb6bc2569a9d.tar.gz |
Make it build with 5.8.8.
PR: 93938
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: portmgr (kris/semi-implicit)
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 03cb28d..8c9912e 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -32,6 +32,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= yes PERL_CONFIGURE= yes +USE_GMAKE= yes +MAKE_ENV+= PERL5LIB=${WRKSRC}/blib/lib PLIST_DIRS= ${SITE_PERL:S,^${PREFIX}/,,}/${PERL_ARCH}/Inline PLIST_FILES= bin/pdl bin/pdldoc bin/perldl bin/pptemplate \ ${SITE_PERL:S,^${PREFIX}/,,}/${PERL_ARCH}/Inline/Pdlpp.pm \ @@ -53,7 +55,7 @@ pre-extract: .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "test script t/flexraw.t fails all 26 tests" +BROKEN= test script t/flexraw.t fails all 26 tests .endif .if ${PERL_LEVEL} < 500601 |