diff options
author | tron <tron@pkgsrc.org> | 1998-06-06 20:40:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-06 20:40:53 +0000 |
commit | 8624bf2e995285091b3c650636ac89d916154eaf (patch) | |
tree | 9318f9a4408a39c816c76be9824346067bc0e507 | |
parent | fd25c8206a833633935a7bc86ce97f20f25b145e (diff) | |
download | pkgsrc-8624bf2e995285091b3c650636ac89d916154eaf.tar.gz |
Disable outdated "lesstif-current", enable "lesstif".
-rw-r--r-- | x11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile index b9a459883f4..3ac5b0bbf5b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 1998/06/05 12:06:11 frueauf Exp $ +# $NetBSD: Makefile,v 1.36 1998/06/06 20:40:53 tron Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -38,8 +38,8 @@ SUBDIR += kde SUBDIR += kdebase SUBDIR += kdelibs -# SUBDIR += lesstif - SUBDIR += lesstif-current + SUBDIR += lesstif +# SUBDIR += lesstif-current # SUBDIR += libdnd # SUBDIR += libsx # SUBDIR += lupe |