diff options
Diffstat (limited to 'math/pari/Makefile')
-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} |