diff options
author | dholland <dholland> | 2011-12-18 21:09:27 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-12-18 21:09:27 +0000 |
commit | dee44df2a52ce3ec0866f58b5688a1dff049c10d (patch) | |
tree | f31be3e60136906be2fbefa2c87b5961845964a6 /www/php-phrasea2/Makefile | |
parent | db327dec202817dbc569682a91814fcd46df420f (diff) | |
download | pkgsrc-dee44df2a52ce3ec0866f58b5688a1dff049c10d.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" |