diff options
author | wiz <wiz@pkgsrc.org> | 2001-09-09 13:57:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-09-09 13:57:10 +0000 |
commit | a7c38d8edcdc16f92fc6468b765c888e04943940 (patch) | |
tree | 25154e3db71aae403d3faf6a4e74da938c7b90d1 /wm | |
parent | 871513fdc5efe31d7df9574be16bffb9f14fdbd3 (diff) | |
download | pkgsrc-a7c38d8edcdc16f92fc6468b765c888e04943940.tar.gz |
Remove dependency on perl -- it's only useful together with a) some more
perl packages b) lynx or c) wget, and then only for web-installing themes.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/wmakerconf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile index 648a2e532ad..81f327f1845 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/08/29 22:41:26 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/09/09 13:57:10 wiz Exp $ # DISTNAME= wmakerconf-2.8.1 @@ -12,7 +12,6 @@ COMMENT= Gtk+ based configuration tool for Window Maker USE_BUILDLINK_ONLY= yes USE_X11BASE= yes -USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= wraster="${GET_WRASTER_FLAGS}" |