diff options
Diffstat (limited to 'devel/hs-readline/Makefile')
-rw-r--r-- | devel/hs-readline/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/hs-readline/Makefile b/devel/hs-readline/Makefile index 74a0b7e6d690..a5c59c0f508b 100644 --- a/devel/hs-readline/Makefile +++ b/devel/hs-readline/Makefile @@ -3,7 +3,7 @@ PORTNAME= readline PORTVERSION= 1.0.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +11,5 @@ COMMENT= Interface to the GNU readline library LICENSE= GPLv2 -USES= readline - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |