diff options
author | tron <tron@pkgsrc.org> | 2001-07-28 21:11:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-28 21:11:25 +0000 |
commit | 5a4aacb4da1cf0d42b877deb05a1449438319080 (patch) | |
tree | cae2e3daf6047d61d56d0b01939b7015c0d47c88 /net/gtk_wicontrol | |
parent | 880f87c385403a6f227611df778cef8099d86321 (diff) | |
download | pkgsrc-5a4aacb4da1cf0d42b877deb05a1449438319080.tar.gz |
Mark this package as *BSD specific.
Diffstat (limited to 'net/gtk_wicontrol')
-rw-r--r-- | net/gtk_wicontrol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gtk_wicontrol/Makefile b/net/gtk_wicontrol/Makefile index b4d79b24f0e..eb0576d11b1 100644 --- a/net/gtk_wicontrol/Makefile +++ b/net/gtk_wicontrol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/06 04:19:07 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2001/07/28 21:11:25 tron Exp $ DISTNAME= gtk_wicontrol-0.16 CATEGORIES= net @@ -10,6 +10,8 @@ COMMENT= GTK+-based Wavelan status meter DEPENDS+= gtk+-1.2.*:../../x11/gtk +ONLY_FOR_PLATFORM= *BSD-*-* + USE_X11= yes GNU_CONFIGURE= YES USE_GMAKE= yes |