diff options
Diffstat (limited to 'devel/hs-pcre-light/Makefile')
-rw-r--r-- | devel/hs-pcre-light/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-pcre-light/Makefile b/devel/hs-pcre-light/Makefile index 5bcbdb735e50..f3f79fb6b118 100644 --- a/devel/hs-pcre-light/Makefile +++ b/devel/hs-pcre-light/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pcre-light -PORTVERSION= 0.4.0.3 +PORTVERSION= 0.4.0.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,6 +9,7 @@ COMMENT= Small, efficient, and portable regex library for Perl 5 compatible LICENSE= BSD3CLAUSE +USES= pkgconfig LIB_DEPENDS= libpcre.so:devel/pcre .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |