diff options
author | steve <steve@FreeBSD.org> | 1998-11-21 15:27:41 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-11-21 15:27:41 +0800 |
commit | 94bc475fd0522bf24445621e1742b1c99992abce (patch) | |
tree | bd317705322bdc734fb15186fabfbfd68ebc13ad /graphics/xv/Makefile | |
parent | 4061d8091c795fda4e1c5979d8bc82355de1ef2b (diff) | |
download | freebsd-ports-gnome-94bc475fd0522bf24445621e1742b1c99992abce.tar.gz freebsd-ports-gnome-94bc475fd0522bf24445621e1742b1c99992abce.tar.zst freebsd-ports-gnome-94bc475fd0522bf24445621e1742b1c99992abce.zip |
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 9fe7d2d799b3..ce717e2cbc2a 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,11 +3,11 @@ # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.27 1998/10/07 21:17:42 mph Exp $ +# $Id: Makefile,v 1.28 1998/10/25 15:24:40 kuriyama Exp $ # DISTNAME= xv-3.10a -CATEGORIES?= graphics x11 +CATEGORIES?= graphics MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ \ ftp://ftp.airlab.cs.ritsumei.ac.jp/pub/X/xv-jp-extension/working/ \ http://www.yuasa.kuis.kyoto-u.ac.jp/~shige/FreeBSD/ports/xv/ |