diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 22:58:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 22:58:29 +0800 |
commit | bc6a1a21c9cf4360f723763bc8a14e26602b57e2 (patch) | |
tree | ef741fb504539dbd57ca349262a90088fe841bad /chinese/p5-Lingua-ZH-TaBE | |
parent | ea8db3a1049c55cdd2143d4622d89b0b65d5062d (diff) | |
download | freebsd-ports-gnome-bc6a1a21c9cf4360f723763bc8a14e26602b57e2.tar.gz freebsd-ports-gnome-bc6a1a21c9cf4360f723763bc8a14e26602b57e2.tar.zst freebsd-ports-gnome-bc6a1a21c9cf4360f723763bc8a14e26602b57e2.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese
Diffstat (limited to 'chinese/p5-Lingua-ZH-TaBE')
-rw-r--r-- | chinese/p5-Lingua-ZH-TaBE/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/p5-Lingua-ZH-TaBE/Makefile b/chinese/p5-Lingua-ZH-TaBE/Makefile index f4fbada83f1f..bd2d21721458 100644 --- a/chinese/p5-Lingua-ZH-TaBE/Makefile +++ b/chinese/p5-Lingua-ZH-TaBE/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Chinese processing via libtabe -LIB_DEPENDS= tabe.3:${PORTSDIR}/chinese/libtabe +LIB_DEPENDS= libtabe.so:${PORTSDIR}/chinese/libtabe USES= perl5 USE_PERL5= configure |