summaryrefslogtreecommitdiff
path: root/x11/xdialog/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-05-05 12:10:43 +0000
committerwiz <wiz@pkgsrc.org>2003-05-05 12:10:43 +0000
commit38ee69a75971a9db2ec29a4638963bf7e6a1146c (patch)
tree068583d469013c4a57131592735411b708a92340 /x11/xdialog/Makefile
parent9dbf7169f290853bd89ba6de51c4fe92ae40f191 (diff)
downloadpkgsrc-38ee69a75971a9db2ec29a4638963bf7e6a1146c.tar.gz
Convert to buildlink2. Do not set USE_X11BASE any longer; bump PKGREVISION for that.
Diffstat (limited to 'x11/xdialog/Makefile')
-rw-r--r--x11/xdialog/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile
index 0c0584056d6..706022b1e04 100644
--- a/x11/xdialog/Makefile
+++ b/x11/xdialog/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/05/02 11:57:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2003/05/05 12:10:43 wiz Exp $
DISTNAME= Xdialog-1.4.6
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= xdialog-1.4.6
CATEGORIES= misc x11
MASTER_SITES= http://xdialog.free.fr/
@@ -11,10 +11,9 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://xdialog.free.fr/
COMMENT= X11 drop-in replacement for the curses dialog program
-DEPENDS+= gtk+>=1.2.10nb4:../../x11/gtk
-
-USE_X11BASE= # defined
+USE_BUILDLINK2= # defined
USE_GMAKE= # defined
GNU_CONFIGURE= # defined
+.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"