diff options
author | tv <tv@pkgsrc.org> | 1998-07-31 19:26:40 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-31 19:26:40 +0000 |
commit | 2b6a016d59287fb6cacdd0e43bf5dc667e082bfd (patch) | |
tree | 85ab4f9a2f9b6198d5738898f6afc02ee794c30c /x11 | |
parent | a20dc22164b83956b4c204b3fe0accf634c56b6a (diff) | |
download | pkgsrc-2b6a016d59287fb6cacdd0e43bf5dc667e082bfd.tar.gz |
Reenable xpkgwedge - it's perfectly safe to install by itself, and only
changes behavior of builds with USE_LOCALBASE_FOR_X11 (which, when set,
adds a dependency on xpkgwedge anyway).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 3df97900144..e9a53e3f1e7 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 1998/07/19 11:01:46 frueauf Exp $ +# $NetBSD: Makefile,v 1.45 1998/07/31 19:26:40 tv Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -107,7 +107,7 @@ # SUBDIR += xmold SUBDIR += xmove SUBDIR += xneko -# SUBDIR += xpkgwedge # works, but not recommended for bulk builds + SUBDIR += xpkgwedge SUBDIR += xplot SUBDIR += xpmroot SUBDIR += xpns |