diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-11 13:49:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-11 13:49:05 +0000 |
commit | b2259a909974739ce0115f783751532ba072e123 (patch) | |
tree | 49a9058687c46613437d48ef342bd3cd3963c552 /devel/p5-DateTime-Util-Calc/Makefile | |
parent | 8e333308211c2bdccff1ce35bd20137270945a6e (diff) | |
download | ports-b2259a909974739ce0115f783751532ba072e123.tar.gz ports-b2259a909974739ce0115f783751532ba072e123.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Util-Calc/Makefile')
-rw-r--r-- | devel/p5-DateTime-Util-Calc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-DateTime-Util-Calc/Makefile b/devel/p5-DateTime-Util-Calc/Makefile index 726888476e84..a8a51f6d4265 100644 --- a/devel/p5-DateTime-Util-Calc/Makefile +++ b/devel/p5-DateTime-Util-Calc/Makefile @@ -19,12 +19,12 @@ PERL_CONFIGURE= yes MAN3= DateTime::Util::Calc.3 -OPTIONS= GMP "Use GMP library" off +OPTIONS_DEFINE= GMP -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if defined(WITH_GMP) +.if ${PORT_OPTIONS:MGMP} BUILD_DEPENDS+= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |