diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 15:12:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 15:12:27 +0000 |
commit | 386518d143434d83c3221f8c706c134ae3f4f03f (patch) | |
tree | fd3fb93350d6d2e1dd8b0093fa6d035f0b644e77 /net/gtk_wicontrol | |
parent | 50ce89dbaea2d26ace5dd11517fcd60e4e835a99 (diff) | |
download | pkgsrc-386518d143434d83c3221f8c706c134ae3f4f03f.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'net/gtk_wicontrol')
-rw-r--r-- | net/gtk_wicontrol/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/gtk_wicontrol/Makefile b/net/gtk_wicontrol/Makefile index eb0576d11b1..a2b84102d6d 100644 --- a/net/gtk_wicontrol/Makefile +++ b/net/gtk_wicontrol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/07/28 21:11:25 tron Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/21 15:12:27 wiz Exp $ DISTNAME= gtk_wicontrol-0.16 CATEGORIES= net @@ -8,13 +8,13 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.izawa.sh/software/gtk_wicontrol/ COMMENT= GTK+-based Wavelan status meter -DEPENDS+= gtk+-1.2.*:../../x11/gtk - ONLY_FOR_PLATFORM= *BSD-*-* +USE_BUILDLINK2= yes USE_X11= yes -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBINTL= yes +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |