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/bg5ps | |
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/bg5ps')
-rw-r--r-- | chinese/bg5ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/bg5ps/Makefile b/chinese/bg5ps/Makefile index ce24c5d7ad9b..40aac434b260 100644 --- a/chinese/bg5ps/Makefile +++ b/chinese/bg5ps/Makefile @@ -11,7 +11,7 @@ DISTNAME= bg5ps-1.3.0 MAINTAINER= ports@FreeBSD.org COMMENT= Convert Chinese-Big5/GB encoded files to Postscript, using TTF fonts -LIB_DEPENDS= ttf:${PORTSDIR}/print/freetype +LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype USE_PYTHON= yes PKGMESSAGE= ${WRKDIR}/pkg-message |