aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-ctemplate
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-29 14:29:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-29 14:29:18 +0000
commitf1749e4ab1795953ad8807b40fcb138ad425a53f (patch)
treec09c83633fb69d859c6df4ea95f7abf5603e7106 /textproc/pecl-ctemplate
parent704bb9e9971d46ab880545798ed4514ef748f80a (diff)
downloadports-f1749e4ab1795953ad8807b40fcb138ad425a53f.tar.gz
ports-f1749e4ab1795953ad8807b40fcb138ad425a53f.zip
Notes
Diffstat (limited to 'textproc/pecl-ctemplate')
-rw-r--r--textproc/pecl-ctemplate/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile
index 41da5b03b677..aa55cb911930 100644
--- a/textproc/pecl-ctemplate/Makefile
+++ b/textproc/pecl-ctemplate/Makefile
@@ -13,15 +13,12 @@ COMMENT= PECL extension for ctemplate library
LIB_DEPENDS= libctemplate.so:textproc/google-ctemplate
-USES= php:ext tar:xz
+USES= php:ext localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= vanillahsu
GH_PROJECT= pecl-ctemplate
IGNORE_WITH_PHP= 70
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS}
-
CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE}
.include <bsd.port.mk>