diff options
author | drochner <drochner@pkgsrc.org> | 2001-04-09 16:44:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-04-09 16:44:58 +0000 |
commit | e2f00ee15c04a40da81c5c88e778df82ab456498 (patch) | |
tree | 8696e22177dce723a0fdb385c74860b2fec60bd7 /www/amaya/Makefile | |
parent | 06df2bd465ec759ea7046dd5e77adcc78b7b5cf3 (diff) | |
download | pkgsrc-e2f00ee15c04a40da81c5c88e778df82ab456498.tar.gz |
Update to 4.3.2.
See http://www.w3.org/Amaya/User/New.html for the changelog - it's too
much to list here.
Diffstat (limited to 'www/amaya/Makefile')
-rw-r--r-- | www/amaya/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 032b3df08ee..783186528c2 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/03/04 09:06:19 tron Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/09 16:44:58 drochner Exp $ -DISTNAME= amaya-src-4.2.1 -PKGNAME= amaya-4.2.1 +DISTNAME= amaya-src-4.3.2 +PKGNAME= amaya-4.3.2 CATEGORIES= www MASTER_SITES= ftp://ftp.w3.org/pub/amaya/ EXTRACT_SUFX= .tgz @@ -13,13 +13,12 @@ COMMENT= Web Browser/Editor from the World Wide Web Consortium WRKSRC= ${WRKDIR}/Amaya/work GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../configure -CONFIGURE_ARGS+= --with-motif +CONFIGURE_ARGS+= --with-motif --without-graphic-libs CONFIGURE_ENV+= MOTIFBASE=${MOTIFBASE} CFLAGS+= -Dunix DEPENDS+= jpeg-6b:../../graphics/jpeg -# our libpng is too new (png_read_init() removal) -#DEPENDS+= png>1.0.9:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png USE_MOTIF= yes USE_GMAKE= yes @@ -28,6 +27,6 @@ post-extract: ${MKDIR} ${WRKSRC} ${RM} -rf ${WRKDIR}/Amaya/libjpeg ${RM} -rf ${WRKDIR}/Amaya/libpng/zlib -# ${RM} -rf ${WRKDIR}/Amaya/libpng + ${RM} -rf ${WRKDIR}/Amaya/libpng .include "../../mk/bsd.pkg.mk" |