diff options
author | Steve Price <steve@FreeBSD.org> | 1998-11-21 07:27:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-11-21 07:27:41 +0000 |
commit | 6c450aae0f9b1c770813cb4c9964a62d308b33c1 (patch) | |
tree | 47fb91fdc945d566a6aa7b58bde3df69e9cba43f /audio/kmpg | |
parent | a very light Emacs-clone with japanese support. (diff) |
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam <josh@quick.net>
Notes
Notes:
svn path=/head/; revision=14734
Diffstat (limited to 'audio/kmpg')
-rw-r--r-- | audio/kmpg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/kmpg/Makefile b/audio/kmpg/Makefile index c99bae5c8d95..c5d2866b5d07 100644 --- a/audio/kmpg/Makefile +++ b/audio/kmpg/Makefile @@ -3,11 +3,11 @@ # Date created: 23 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id: Makefile,v 1.6 1998/09/30 02:07:27 jseger Exp $ +# $Id: Makefile,v 1.7 1998/10/09 10:05:45 asami Exp $ # DISTNAME= kmpg-0.3.3 -CATEGORIES= audio x11 kde +CATEGORIES= audio kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= unstable/apps/multimedia/sound EXTRACT_SUFX= .tgz |