diff options
Diffstat (limited to 'devel/hs-unix-time/Makefile')
-rw-r--r-- | devel/hs-unix-time/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/hs-unix-time/Makefile b/devel/hs-unix-time/Makefile index ae4332369c4c..d4cbd47db081 100644 --- a/devel/hs-unix-time/Makefile +++ b/devel/hs-unix-time/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= unix-time -PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTVERSION= 0.3.5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,10 +9,7 @@ COMMENT= Unix time parser/formatter and utilities LICENSE= BSD3CLAUSE -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" - -.if ${OSVERSION} >= 901000 && ${OSVERSION} < 902001 && ${ARCH} == i386 -EXTRA_PATCHES+= ${PATCHDIR}/nopatch-unix-time.cabal -.endif +USE_CABAL= old-time +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |