diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-02-18 14:47:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-02-18 14:47:05 +0000 |
commit | 5a67738f00f2c73ee582719beead9c63ffe151d2 (patch) | |
tree | e69b03665ccb6cfc03028cfd2ad64ba204ed3d0f /textproc/pecl-ctemplate | |
parent | d5fe20d168ccdd92ecca8045d08c444895d116d0 (diff) |
- Ignore php70
- While here remove old php gruft
Notes
Notes:
svn path=/head/; revision=409110
Diffstat (limited to 'textproc/pecl-ctemplate')
-rw-r--r-- | textproc/pecl-ctemplate/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index 0992a68913ec..6017e0fe0389 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -19,6 +19,7 @@ USE_PHPEXT= yes USE_GITHUB= yes GH_ACCOUNT= vanillahsu GH_PROJECT= pecl-ctemplate +IGNORE_WITH_PHP= 70 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} |