diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-10-07 11:09:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-10-07 11:09:33 +0800 |
commit | af57e153e098f5d3f6ee07ff9ec2c3a27908282d (patch) | |
tree | 8ea98edae0dbc0eea913bf4a0feada73b1b02bb8 /textproc/pecl-ctemplate | |
parent | 1db9e9d2f20676fef8238adaaabf844a286acbc2 (diff) | |
download | freebsd-ports-gnome-af57e153e098f5d3f6ee07ff9ec2c3a27908282d.tar.gz freebsd-ports-gnome-af57e153e098f5d3f6ee07ff9ec2c3a27908282d.tar.zst freebsd-ports-gnome-af57e153e098f5d3f6ee07ff9ec2c3a27908282d.zip |
Add USE_GCC to fix broken on 4.x
Submitted by: krismail
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 4f3c8318c776..0ac6c2f81eab 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -18,6 +18,7 @@ COMMENT= A PECL extension for google ctemplate library LIB_DEPENDS= ctemplate.0:${PORTSDIR}/textproc/google-ctemplate +USE_GCC= 3.2+ USE_PHP= yes USE_PHPEXT= yes |