diff options
author | tron <tron@pkgsrc.org> | 1999-06-07 07:31:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-07 07:31:36 +0000 |
commit | 8ed5e5eb0798954fce69add936ba0e3dabd04342 (patch) | |
tree | 9846e7c2f472cbfc5b38876e58b7c5afcfe6a464 /x11 | |
parent | 142de07b0c32975e749d8693978d05cfef27ea90 (diff) | |
download | pkgsrc-8ed5e5eb0798954fce69add936ba0e3dabd04342.tar.gz |
Add and enable "ascp". Fixes PR pkg/7717 by Frederick Bruckman.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 2201ccb794f..197e8b97100 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 1999/06/03 17:54:34 tron Exp $ +# $NetBSD: Makefile,v 1.93 1999/06/07 07:31:36 tron Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -12,6 +12,7 @@ SUBDIR += afterstep SUBDIR += amiwm SUBDIR += asclock + SUBDIR += ascp # SUBDIR += auis # SUBDIR += bclock # SUBDIR += blast |