aboutsummaryrefslogtreecommitdiff
path: root/www/hs-fastcgi
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 /www/hs-fastcgi
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 'www/hs-fastcgi')
-rw-r--r--www/hs-fastcgi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hs-fastcgi/Makefile b/www/hs-fastcgi/Makefile
index f29806eef9a7..9f3326fb18ea 100644
--- a/www/hs-fastcgi/Makefile
+++ b/www/hs-fastcgi/Makefile
@@ -13,7 +13,7 @@ LICENSE= BSD
USE_CABAL= cgi>=3000.0.0
-LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi
+LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>