diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-09-30 02:23:36 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-09-30 02:23:36 +0000 |
commit | 0a47ddd77c3fec1096c0afb089a2edc6c915d0d3 (patch) | |
tree | d8ce4540fa19b286698ab1fb5544543b66d9a3fe /databases/mysql-workbench52/Makefile | |
parent | aac990e2fe4355b4cd3e9520ab5070e516fa88d9 (diff) | |
download | ports-0a47ddd77c3fec1096c0afb089a2edc6c915d0d3.tar.gz ports-0a47ddd77c3fec1096c0afb089a2edc6c915d0d3.zip |
Notes
Diffstat (limited to 'databases/mysql-workbench52/Makefile')
-rw-r--r-- | databases/mysql-workbench52/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql-workbench52/Makefile b/databases/mysql-workbench52/Makefile index 4b7ee2a5ec82..7918741bd904 100644 --- a/databases/mysql-workbench52/Makefile +++ b/databases/mysql-workbench52/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip \ libcairo.so:${PORTSDIR}/graphics/cairo \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ - libctemplate.so:${PORTSDIR}/textproc/google-ctemplate \ + libctemplate.so:${PORTSDIR}/textproc/ctemplate \ libtinyxml.so:${PORTSDIR}/textproc/tinyxml \ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ |