diff options
author | asami <asami@FreeBSD.org> | 1999-03-20 06:18:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-20 06:18:39 +0800 |
commit | c3d840dbe5f188886f74f6c4f22d5c431d1bba48 (patch) | |
tree | 4377b48daf7fa29d4bd533208f20e62698e965ac /comms/asmodem/Makefile | |
parent | e72dd87b8f42ca576f460ff168b848595b75fdf6 (diff) | |
download | freebsd-ports-gnome-c3d840dbe5f188886f74f6c4f22d5c431d1bba48.tar.gz freebsd-ports-gnome-c3d840dbe5f188886f74f6c4f22d5c431d1bba48.tar.zst freebsd-ports-gnome-c3d840dbe5f188886f74f6c4f22d5c431d1bba48.zip |
X applications are not allowed to use "x11" as a category.
Diffstat (limited to 'comms/asmodem/Makefile')
-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/ |