diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /wm/wmakerconf/Makefile | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'wm/wmakerconf/Makefile')
-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 38894ad74b6..5db3d49c59c 100644 --- a/wm/wmakerconf/Makefile +++ b/wm/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2015/06/12 10:51:47 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2015/07/04 16:18:41 joerg Exp $ DISTNAME= wmakerconf-2.11 PKGREVISION= 40 @@ -11,7 +11,6 @@ COMMENT= Gtk+ based configuration tool for Window Maker LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes -USE_X11BASE= yes GNU_CONFIGURE= yes USE_TOOLS+= gzip tar perl:run pkg-config msgfmt |