aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-pcre-light
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2014-07-15 13:08:09 +0000
committerGabor Pali <pgj@FreeBSD.org>2014-07-15 13:08:09 +0000
commit9d73ec3dbcc2dd9f22330633f6cbf8650f973456 (patch)
tree51c8745254075850e7978d070d50758b84a508ae /devel/hs-pcre-light
parentd186825cf342631875d2a99ea4a7d020627cf9f1 (diff)
downloadports-9d73ec3dbcc2dd9f22330633f6cbf8650f973456.tar.gz
ports-9d73ec3dbcc2dd9f22330633f6cbf8650f973456.zip
- Fix LIB_DEPENDS lines
Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=361916
Diffstat (limited to 'devel/hs-pcre-light')
-rw-r--r--devel/hs-pcre-light/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-pcre-light/Makefile b/devel/hs-pcre-light/Makefile
index 458573c4fcf7..480fb3691332 100644
--- a/devel/hs-pcre-light/Makefile
+++ b/devel/hs-pcre-light/Makefile
@@ -10,7 +10,7 @@ COMMENT= Lightweight Haskell regex library compatible with Perl 5
LICENSE= BSD
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>