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 /textproc/pecl-ctemplate | |
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 'textproc/pecl-ctemplate')
-rw-r--r-- | textproc/pecl-ctemplate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index b871059c6217..0992a68913ec 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= PECL MAINTAINER= vanilla@FreeBSD.org COMMENT= PECL extension for ctemplate library -LIB_DEPENDS= libctemplate.so:${PORTSDIR}/textproc/ctemplate +LIB_DEPENDS= libctemplate.so:${PORTSDIR}/textproc/google-ctemplate USES= tar:xz USE_PHP= yes |