1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Spotted by:	danfe
This commit is contained in:
Mathieu Arnold 2013-08-22 13:38:34 +00:00
parent 9f25ad8daf
commit a1c247c20c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325197

View File

@ -70,7 +70,7 @@ OPTIONS_DEFINE= GMP
OPTIONS_DEFAULT= GMP
GMP_DESC= Use the optimized Math::BigInt::GMP backend
GMP_BUILD_DEPEND= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
GMP_RUN_DEPEND= ${GMP_BUILD_DEPEND}
GMP_BUILD_DEPENDS= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
GMP_RUN_DEPENDS= ${GMP_BUILD_DEPENDS}
.include <bsd.port.mk>