diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:39:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:39:50 +0000 |
commit | 76841332f62dac650f1944f02dce736a39e9c4fe (patch) | |
tree | 3af8a629557d42cc5ba51f78c1d07e1e527969fc /net/gtk_wicontrol | |
parent | 94b1a6ab89f6a52d7ed2e8ca29667138e5218f50 (diff) | |
download | pkgsrc-76841332f62dac650f1944f02dce736a39e9c4fe.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/gtk_wicontrol')
-rw-r--r-- | net/gtk_wicontrol/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gtk_wicontrol/Makefile b/net/gtk_wicontrol/Makefile index 86d24d9fec1..ec4e28c886a 100644 --- a/net/gtk_wicontrol/Makefile +++ b/net/gtk_wicontrol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/24 14:50:05 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/25 08:42:29 snj Exp $ DISTNAME= gtk_wicontrol-0.17 PKGREVISION= 2 @@ -11,12 +11,12 @@ COMMENT= GTK+-based Wavelan status meter ONLY_FOR_PLATFORM= *BSD-*-* -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_X11= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |