diff options
author | tv <tv> | 1998-07-31 19:26:40 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-31 19:26:40 +0000 |
commit | e815c03c3b9ae21ae35fff67f528b35909f931ea (patch) | |
tree | 85ab4f9a2f9b6198d5738898f6afc02ee794c30c /x11 | |
parent | 95878f2ca7d26b21ef7dc6ad6a4359d78486403a (diff) | |
download | pkgsrc-e815c03c3b9ae21ae35fff67f528b35909f931ea.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 |