From 868a310e0bf1201cd47ae3cbd791a5b186697d79 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 25 Jun 2007 06:04:26 +0000 Subject: [PATCH] Add IGNORE_WITH_PHP=4. Submitted by: sat@ --- textproc/pecl-ctemplate/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index ee8c85ec834e..6e685cf7b3a7 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -23,6 +23,7 @@ USE_GCC= 3.2+ USE_PHP= yes USE_PHPEXT= yes DEFAULT_PHP_VER= 5 +IGNORE_WITH_PHP= 4 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${EXTRA_LIBS}"