diff options
author | dholland <dholland> | 2011-10-07 05:45:03 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-10-07 05:45:03 +0000 |
commit | d553cf2091c67f91bd4e4a78478d51c20a246936 (patch) | |
tree | 50512c8c24e2ea3047fd22b90dfe449c6e7438c7 /www/phraseanet | |
parent | 0cc083fd60e4c061029c158ac834efb43f4efbcf (diff) | |
download | pkgsrc-d553cf2091c67f91bd4e4a78478d51c20a246936.tar.gz |
PHP_VERSIONS_ACCEPTED=52, because php-fileinfo doesn't accept php53.
Now pbulk_scan no longer refuses to countenance this package, so it
can run to completion and build other stuff. I don't think this
package builds anyway...
Diffstat (limited to 'www/phraseanet')
-rw-r--r-- | www/phraseanet/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/phraseanet/Makefile b/www/phraseanet/Makefile index b0d0ca6f875..28f8b9c1d9b 100644 --- a/www/phraseanet/Makefile +++ b/www/phraseanet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/10/07 03:56:19 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2011/10/07 05:45:03 dholland Exp $ # .include "../../www/phraseanet/Makefile.common" @@ -8,6 +8,9 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pax +# php-fileinfo doesn't accept php53 +PHP_VERSIONS_ACCEPTED=52 + DEPENDS+= ${PHP_PKG_PREFIX}-phrasea2-[0-9]*:../../www/php-phrasea2 DEPENDS+= ${PHP_PKG_PREFIX}-apc-[0-9]*:../../www/php-apc DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring |