summaryrefslogtreecommitdiff
path: root/www/dillo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/dillo/Makefile')
-rw-r--r--www/dillo/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile
index c3928dc51c2..1e0e5568931 100644
--- a/www/dillo/Makefile
+++ b/www/dillo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/06/27 20:15:04 agc Exp $
+# $NetBSD: Makefile,v 1.9 2002/08/25 21:52:08 jlam Exp $
#
DISTNAME= dillo-0.6.6
@@ -9,16 +9,17 @@ MAINTAINER= Benjamin.Wong@cc.gatech.edu
HOMEPAGE= http://dillo.cipsga.org.br/
COMMENT= Very small and fast graphical web-browser
-USE_BUILDLINK_ONLY= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_X11= 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/buildlink.mk"
-.include "../../graphics/png/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"