diff options
author | makc <makc@FreeBSD.org> | 2009-06-04 17:51:16 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-06-04 17:51:16 +0800 |
commit | 90b4bdcd3b19ec699aedf43136f6acb9905c3a6d (patch) | |
tree | bbe32e62b086e46dbe01da3c94c0de8acd348b07 | |
parent | b7c5c944091e90b06f32468588d91413e8f10cbc (diff) | |
download | freebsd-ports-gnome-90b4bdcd3b19ec699aedf43136f6acb9905c3a6d.tar.gz freebsd-ports-gnome-90b4bdcd3b19ec699aedf43136f6acb9905c3a6d.tar.zst freebsd-ports-gnome-90b4bdcd3b19ec699aedf43136f6acb9905c3a6d.zip |
Fix build with custom LOCALBASE.
Reported by: QATty
Tested by: itetcu
-rw-r--r-- | math/pari/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index d69bdd23dd5d..70c3b94830fe 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share --with-gmp +CONFIGURE_ARGS= --prefix=${PREFIX} --share-prefix=${PREFIX}/share --with-gmp=${LOCALBASE} MAKE_ARGS= gp PLIST_SUB= MAJOR_VERSION=${MAJOR_VERSION} MINOR_VERSION=${MINOR_VERSION} REV_VERSION=${REV_VERSION} |