diff options
Diffstat (limited to 'devel/hs-abstract-deque/Makefile')
-rw-r--r-- | devel/hs-abstract-deque/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/hs-abstract-deque/Makefile b/devel/hs-abstract-deque/Makefile index 251b6dc881bc..7ac40b058d85 100644 --- a/devel/hs-abstract-deque/Makefile +++ b/devel/hs-abstract-deque/Makefile @@ -2,7 +2,7 @@ PORTNAME= abstract-deque PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -12,11 +12,7 @@ LICENSE= BSD3CLAUSE USE_CABAL= random -FLAGS_DEFINE= USECAS - -USECAS_DESC= Use hardware compare-and-swap -USECAS_FLAG_ENABLE= useCAS -USECAS_FLAG_CABAL= atomic-primops>=0.5.0.2 +FLAGS_DISABLE= useCAS .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |