diff options
Diffstat (limited to 'www/php-phrasea2/Makefile')
-rw-r--r-- | www/php-phrasea2/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/php-phrasea2/Makefile b/www/php-phrasea2/Makefile index 6fb2d5d113b..9fe44721a0e 100644 --- a/www/php-phrasea2/Makefile +++ b/www/php-phrasea2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/12/17 13:46:29 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/12/18 21:09:27 dholland Exp $ # .include "../../www/phraseanet/Makefile.common" @@ -11,6 +11,15 @@ EXTRACT_ELEMENTS= ${DISTNAME}/bin/src/php_phrasea2 USE_LANGUAGES= c c++ .include "../../lang/php/ext.mk" + +# php/ext.mk trashes these, preventing the package from building, +# so set them back again afterwards. grr +DISTNAME= phraseanet-v3.1.4-linux +DISTINFO_FILE= ${.CURDIR}/distinfo + +# This seems to now be needed though it wasn't before... +WRKSRC=${WRKDIR}/${DISTNAME}/bin/src/php_phrasea2 + .include "../../mk/mysql.buildlink3.mk" .include "../../devel/libuuid/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |