summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-02-28 13:53:10 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-02-28 13:53:10 +0000
commit5ec9ee788d125ca357b2d7f2cbbb21a555c32c88 (patch)
treeb9fb8b0c3c06108b73d4293715729d6786681e63 /math
parentFix a broken package list that was (again) resulting out of doxygen (diff)
Make it build with 5.8.8.
PR: 93938 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: portmgr (kris/semi-implicit)
Notes
Notes: svn path=/head/; revision=156890
Diffstat (limited to 'math')
-rw-r--r--math/PDL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 03cb28dfd9ec..8c9912ec0023 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