diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-19 22:18:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-19 22:18:39 +0000 |
commit | 49e331678e6166321b7e452bbb9f1c1d788557f1 (patch) | |
tree | 71f8753f46dcf6d80bd14dadb51835817936a7f3 /comms | |
parent | cd5f5fd26da50082c0e2bf88bbe74270311f878b (diff) |
X applications are not allowed to use "x11" as a category.
Notes
Notes:
svn path=/head/; revision=17293
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asmodem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asmodem/Makefile b/comms/asmodem/Makefile index 2763286540c6..bb1a35530d09 100644 --- a/comms/asmodem/Makefile +++ b/comms/asmodem/Makefile @@ -3,11 +3,11 @@ # Date created: 11 May 1998 # Whom: Sean Cole <scole@aracnet.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/03/18 05:51:46 taoka Exp $ # DISTNAME= asmodem-0.6 -CATEGORIES= comms x11 +CATEGORIES= comms MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/apps/asmodem/ \ ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/apps/asmodem/ |