Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/www/dillo/Makefile 2002/08/25 21:22:26 1.6.2.3 +++ pkgsrc/www/dillo/Makefile 2002/05/21 11:13:30 1.7 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6.2.3 2002/08/25 21:22:26 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/05/21 11:13:30 wiz Exp $ # -DISTNAME= dillo-0.6.6 +DISTNAME= dillo-0.6.5 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://dillo.cipsga.org.br/download/ @@ -9,17 +10,16 @@ MAINTAINER= Benjamin.Wong@cc.gatech.edu HOMEPAGE= http://dillo.cipsga.org.br/ COMMENT= Very small and fast graphical web-browser -USE_BUILDLINK2= yes -USE_X11= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_BUILDLINK_ONLY= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dillo ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/dillo -.include "../../graphics/jpeg/buildlink2.mk" -.include "../../graphics/png/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" - +.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/png/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk"