diff options
author | snj <snj@pkgsrc.org> | 2004-04-19 04:53:58 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-19 04:53:58 +0000 |
commit | 9edc500cf4a7a1a328bf03bf3c3bc8a4808076ec (patch) | |
tree | a285b4c763a9339088a7c9998af398a50cec6645 /x11/xdialog | |
parent | 6f5834161677def30213e3bb6c988e8df8f49a41 (diff) | |
download | pkgsrc-9edc500cf4a7a1a328bf03bf3c3bc8a4808076ec.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/xdialog')
-rw-r--r-- | x11/xdialog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index 85622db980b..c6093c22fa6 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 22:56:54 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/19 05:11:58 snj Exp $ # DISTNAME= Xdialog-2.1.1 @@ -15,7 +15,7 @@ COMMENT= X11 drop-in replacement for the curses dialog program BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_X11= YES @@ -35,6 +35,6 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/samples/$${f} ${EGDIR}; \ done -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |