aboutsummaryrefslogtreecommitdiff
path: root/math/fpc-gmp/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-28 00:16:57 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-28 00:16:57 +0000
commit864284545c6823762414172864b5be11fb77aaed (patch)
treeabfd68b8753cc6bcc11cad568d57d71208cdb0a1 /math/fpc-gmp/Makefile
parent177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff)
downloadports-864284545c6823762414172864b5be11fb77aaed.tar.gz
ports-864284545c6823762414172864b5be11fb77aaed.zip
Stage support
Notes
Notes: svn path=/head/; revision=341492
Diffstat (limited to 'math/fpc-gmp/Makefile')
-rw-r--r--math/fpc-gmp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/fpc-gmp/Makefile b/math/fpc-gmp/Makefile
index 058efaac9e21..3c9c7b0ecdf1 100644
--- a/math/fpc-gmp/Makefile
+++ b/math/fpc-gmp/Makefile
@@ -12,11 +12,12 @@ USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR}
+EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= GMP
GMP_DESC= Install gmp library
OPTIONS_DEFAULT= GMP
-NO_STAGE= yes
+GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
+
.include "${MASTERDIR}/Makefile"