diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-23 21:00:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-23 21:00:07 +0000 |
commit | a00ad8e56de5bffacf44178781fb7b4a810dceed (patch) | |
tree | 8b468d510d02910777f58802c2e445937c2846e4 /wm | |
parent | ccd1eb2f2fbef74e0f39596f3ebc2d49932be6a6 (diff) | |
download | pkgsrc-a00ad8e56de5bffacf44178781fb7b4a810dceed.tar.gz |
Remove USE_BUILDLINK_X11...it's not usable and may break pkgsrc.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmakerconf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 5d204abd66e..9ff5848e722 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/08/03 17:49:40 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/23 21:00:07 jlam Exp $ # DISTNAME= wmakerconf-2.8.1 @@ -11,10 +11,8 @@ HOMEPAGE= http://ulli.on.openave.net/wmakerconf/ COMMENT= Gtk+ based configuration tool for Window Maker USE_BUILDLINK_ONLY= yes -USE_BUILDLINK_X11= yes USE_X11BASE= yes USE_PERL5= yes -#USE_LIBINTL= yes GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink.mk" |