diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-17 15:28:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-17 15:28:31 +0000 |
commit | 2d727893820ea7116423aa726711a0a39df54123 (patch) | |
tree | 66e71e8408f1e928931f65c85b62b6cf43babcd5 /www/amaya | |
parent | 4c64aceda453d06ae909edd2d1c8698e9211e64f (diff) | |
download | pkgsrc-2d727893820ea7116423aa726711a0a39df54123.tar.gz |
Add expat dependency and bump PKGREVISION.
Fixes bulk build problem with current xsrc; verified by agc.
Diffstat (limited to 'www/amaya')
-rw-r--r-- | www/amaya/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 687d524e359..5435525f9c9 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2003/10/11 13:39:06 grant Exp $ +# $NetBSD: Makefile,v 1.28 2003/11/17 15:28:31 wiz Exp $ # DISTNAME= amaya-src-8.0 PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/Amaya/work CATEGORIES= www MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \ @@ -43,6 +43,7 @@ pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/Amaya .include "../../graphics/imlib/buildlink2.mk" +.include "../../textproc/expat/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |