diff options
Diffstat (limited to 'textproc/hs-double-conversion/Makefile')
-rw-r--r-- | textproc/hs-double-conversion/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/hs-double-conversion/Makefile b/textproc/hs-double-conversion/Makefile index 37088bf84848..dcb4c21bdcb6 100644 --- a/textproc/hs-double-conversion/Makefile +++ b/textproc/hs-double-conversion/Makefile @@ -2,7 +2,7 @@ PORTNAME= double-conversion PORTVERSION= 2.0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -10,12 +10,5 @@ COMMENT= Fast conversion between double-precision floating-point and text LICENSE= BSD3CLAUSE -USE_CABAL= text>=0.11.0.8 - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" - -.if ${PORT_OPTIONS:MPCLANG} || ${PORT_OPTIONS:MBCLANG} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-double-conversion.cabal -.endif - .include <bsd.port.mk> |