diff options
author | ale <ale@FreeBSD.org> | 2009-09-14 17:01:49 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-09-14 17:01:49 +0800 |
commit | 5eaac861fc2bfad224b44180b948dff6ba8fc854 (patch) | |
tree | b80ff3cb48dc0f5af97647dc0b3d722d55ae291c /www/php-templates | |
parent | 6e4deb5d6a7c3c1083042d0bf717f95b5823c779 (diff) | |
download | freebsd-ports-gnome-5eaac861fc2bfad224b44180b948dff6ba8fc854.tar.gz freebsd-ports-gnome-5eaac861fc2bfad224b44180b948dff6ba8fc854.tar.zst freebsd-ports-gnome-5eaac861fc2bfad224b44180b948dff6ba8fc854.zip |
Update MASTER_SITES and allow building with php5.
PR: ports/138759
Submitted by: Alxander Kuznetsov <skritku@gmail.com>
Diffstat (limited to 'www/php-templates')
-rw-r--r-- | www/php-templates/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-templates/Makefile b/www/php-templates/Makefile index 37bc17520096..9d8ee84e2dd9 100644 --- a/www/php-templates/Makefile +++ b/www/php-templates/Makefile @@ -8,7 +8,8 @@ PORTNAME= php-templates PORTVERSION= 1.7.2 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.7 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.7 \ + SF/${PORTNAME}/${PORTNAME}-doc/html DISTNAME= php_templates-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) @@ -23,7 +24,6 @@ USE_DOS2UNIX= yes USE_PHP= yes USE_PHPIZE= yes -IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-templates=shared |