diff options
author | rillig <rillig> | 2006-09-06 09:44:57 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-09-06 09:44:57 +0000 |
commit | 013bd6794b348d3ebea13c6fa9b1c1dd55abbc71 (patch) | |
tree | 018e5d8e030bbc77d0b328bc3badbfc9928861af /math | |
parent | 43e6136e3808de761a9e9ba73552575da0cd4ce5 (diff) | |
download | pkgsrc-013bd6794b348d3ebea13c6fa9b1c1dd55abbc71.tar.gz |
Fixed the build error on NetBSD.
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 7a258882b35..dcf70104685 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/08/10 03:21:39 minskim Exp $ +# $NetBSD: Makefile,v 1.37 2006/09/06 09:44:57 rillig Exp $ DISTNAME= pari-2.1.6 PKGREVISION= 1 @@ -20,10 +20,12 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ${WRKSRC}/Configure CONFIGURE_ARGS+= --graphic=X11 CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}/man1 CONFIGURE_ARGS+= --share-prefix=${PREFIX}/share CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q} CONFIGURE_ENV+= PERL5=${PERL5:Q} CONFIGURE_ENV+= X11BASE=${X11BASE:Q} +CONFIGURE_ENV+= Xincroot=${X11BASE}/include TEST_TARGET= test-compat bench |