diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-06 22:11:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-06 22:11:25 +0000 |
commit | d8a09e13e101b035af9d8d2f1d867595b4f23dca (patch) | |
tree | f409ad26dbe179da8bfa8e0c914940a8c4ff94c3 /x11/XFree86/Makefile | |
parent | change DEPENDS=${PORTSDIR}/shells/bash to (diff) |
Add CATEGORIES=x11. If this is not in category x11, what else
can be?!? ;>
Diffstat (limited to 'x11/XFree86/Makefile')
-rw-r--r-- | x11/XFree86/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index e2c08a70cf9a..f644802dca54 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.12 1995/06/24 11:42:06 asami Exp $ +# $Id: Makefile,v 1.14 1995/09/16 01:32:32 jmz Exp $ # ####################################################################### @@ -30,6 +30,7 @@ NO_PACKAGE = yes ####################################################################### DISTNAME = xc PKGNAME = XFree86-3.1.2 +CATEGORIES = x11 IS_INTERACTIVE= yes MAINTAINER= jmz@FreeBSD.ORG |