summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-06-18 15:46:42 +0000
committertaca <taca@pkgsrc.org>2012-06-18 15:46:42 +0000
commitca122dceec18011f3107272f2b8dd674f2fd1e40 (patch)
tree743aa1efde7f7c7cfe22037d60b6e99318f2bbb0 /www
parent2bd667289f4aed00e7ef876df998aacd31e429e4 (diff)
downloadpkgsrc-ca122dceec18011f3107272f2b8dd674f2fd1e40.tar.gz
* Remove PHP 5.2.x supporting code.
* Remove a duplicated line to www/php-phrasea2.
Diffstat (limited to 'www')
-rw-r--r--www/phraseanet/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/www/phraseanet/Makefile b/www/phraseanet/Makefile
index b21261e751a..c76bf182a90 100644
--- a/www/phraseanet/Makefile
+++ b/www/phraseanet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/06/16 03:11:09 taca Exp $
+# $NetBSD: Makefile,v 1.6 2012/06/18 15:46:42 taca Exp $
#
.include "../../www/phraseanet/Makefile.common"
@@ -20,7 +20,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
DEPENDS+= ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
-DEPENDS+= ${PHP_PKG_PREFIX}-phrasea2-[0-9]*:../../www/php-phrasea2
DEPENDS+= ${PHP_PKG_PREFIX}-sockets-[0-9]*:../../net/php-sockets
DEPENDS+= ${PHP_PKG_PREFIX}-xsl-[0-9]*:../../textproc/php-xsl
DEPENDS+= ${PHP_PKG_PREFIX}-zip-[0-9]*:../../archivers/php-zip
@@ -31,11 +30,6 @@ DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool
-.include "../../lang/php/phpversion.mk"
-
-.if ${PKG_PHP_VERSION} == 52
-DEPENDS+= ${PHP_PKG_PREFIX}-fileinfo-[0-9]*:../../sysutils/php-fileinfo
-.endif
PHRASEANETDIR?= ${PREFIX}/share/phraseanet
APACHE_USER?= www
@@ -66,7 +60,6 @@ MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/tmp/download ${APACHE_DIRS_PERMS}
MAKE_DIRS_PERMS+= ${PHRASEANETDIR}/tmp/batches ${APACHE_DIRS_PERMS}
do-build:
- # nothing
pre-install:
${FIND} ${WRKSRC:Q} -name "*.orig*" -exec ${RM} -f {} \;
@@ -83,6 +76,6 @@ do-install:
-e "s|@VARBASE@|${VARBASE}|g" ${FILESDIR}/phrasea.conf > \
${DESTDIR}${PREFIX}/share/examples/phraseanet/phrasea.conf
-
+.include "../../lang/php/phpversion.mk"
.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"