summaryrefslogtreecommitdiff
path: root/www/amaya
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-11-17 15:28:31 +0000
committerwiz <wiz@pkgsrc.org>2003-11-17 15:28:31 +0000
commit2d727893820ea7116423aa726711a0a39df54123 (patch)
tree66e71e8408f1e928931f65c85b62b6cf43babcd5 /www/amaya
parent4c64aceda453d06ae909edd2d1c8698e9211e64f (diff)
downloadpkgsrc-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/Makefile5
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"