diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-24 10:21:01 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-24 10:21:01 +0000 |
commit | c63ba0a3b8919481c120d0f4caeac5cae9b1a761 (patch) | |
tree | 4fffebb8b6b90375d4ba57ca8df9ca2f8ba55240 | |
parent | 2c1d0eee7bf1b82629504a9d8e1309215438f322 (diff) | |
download | FreeBSD-ports-c63ba0a3b8919481c120d0f4caeac5cae9b1a761.zip FreeBSD-ports-c63ba0a3b8919481c120d0f4caeac5cae9b1a761.tar.gz |
Fix LIB_DEPENDS
-rw-r--r-- | textproc/p5-CSS-Croco/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-CSS-Croco/Makefile b/textproc/p5-CSS-Croco/Makefile index a285217..3213945 100644 --- a/textproc/p5-CSS-Croco/Makefile +++ b/textproc/p5-CSS-Croco/Makefile @@ -12,7 +12,7 @@ COMMENT= Quick CSS parser BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -LIB_DEPENDS= libcroco.so:${PORTSDIR}/textproc/libcroco +LIB_DEPENDS= libcroco-0.6.so:${PORTSDIR}/textproc/libcroco USES= perl5 pkgconfig USE_PERL5= configure |