diff options
Diffstat (limited to 'net/hs-network/Makefile')
-rw-r--r-- | net/hs-network/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/hs-network/Makefile b/net/hs-network/Makefile index 95de119a1663..9488f8b51502 100644 --- a/net/hs-network/Makefile +++ b/net/hs-network/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= network -PORTVERSION= 2.4.2.3 -PORTREVISION= 1 +PORTVERSION= 2.6.2.1 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,5 @@ COMMENT= Low-level networking interface LICENSE= BSD3CLAUSE -USE_CABAL= parsec>=3.0 - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |