diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-18 21:09:27 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-18 21:09:27 +0000 |
commit | b9dd82cf53b6b7f264203a58969bdc127e8a4165 (patch) | |
tree | f31be3e60136906be2fbefa2c87b5961845964a6 /www/php-phrasea2/Makefile | |
parent | a21618d424976ba229ccc68257677d7667957caa (diff) | |
download | pkgsrc-b9dd82cf53b6b7f264203a58969bdc127e8a4165.tar.gz |
make this build again after obache's changes.
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" |