diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-09-30 23:52:53 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-09-30 23:52:53 +0800 |
commit | edd3aa72a07d41496d39e9fb1c3c039b54d8fbd1 (patch) | |
tree | 13e349fa994169b4d7f3c0871a533acd6c0047ed /databases | |
parent | 4b8f6835cecee9f8fbc86082f5b86c778296afd3 (diff) | |
download | freebsd-ports-gnome-edd3aa72a07d41496d39e9fb1c3c039b54d8fbd1.tar.gz freebsd-ports-gnome-edd3aa72a07d41496d39e9fb1c3c039b54d8fbd1.tar.zst freebsd-ports-gnome-edd3aa72a07d41496d39e9fb1c3c039b54d8fbd1.zip |
Rename ctemplate back to google-ctemplate, due package conflict.
Diffstat (limited to 'databases')
-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 7918741bd904..4b7ee2a5ec82 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/ctemplate \ + libctemplate.so:${PORTSDIR}/textproc/google-ctemplate \ libtinyxml.so:${PORTSDIR}/textproc/tinyxml \ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ |