diff options
author | fredb <fredb@pkgsrc.org> | 2000-06-01 14:56:24 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-06-01 14:56:24 +0000 |
commit | 265022cdb48db3a090b8bedc6934b618b956f071 (patch) | |
tree | 98796d5909da4c931a0677f1f7ab97355f671e5a | |
parent | 4fb7089e30f42f841f98709b3602afe2386b3dd9 (diff) | |
download | pkgsrc-265022cdb48db3a090b8bedc6934b618b956f071.tar.gz |
Disable ascp. The development version, designed to work with the current
release of Afterstep (Afterstep-1.8.x), has not yet been publicly released.
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6c798207975..1868998a5b6 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.160 2000/05/30 01:35:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.161 2000/06/01 14:56:24 fredb Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -12,7 +12,7 @@ SUBDIR += asclock SUBDIR += asclock-gtk SUBDIR += asclock-xlib - SUBDIR += ascp +# SUBDIR += ascp SUBDIR += blackbox SUBDIR += blt SUBDIR += catclock |