diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-27 23:25:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-27 23:25:33 +0000 |
commit | c23cc4074c4780fbdb038caecb7d43e5ce58e78a (patch) | |
tree | adb3decf75e056017f92743334afad729ac76ab0 /emulators/wine | |
parent | Minor change to make it work with other awk versions (The one that OpenBSD (diff) |
Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.
Partial list submitted by: Josh Gilliam <josh@quick.net>
Notes
Notes:
svn path=/head/; revision=12173
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index cde039965d59..ef497fabfda2 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,13 +3,13 @@ # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # -# $Id: Makefile,v 1.57 1998/01/04 23:15:33 se Exp $ +# $Id: Makefile,v 1.58 1998/06/07 21:56:05 se Exp $ # DATE= 980517 DISTNAME= Wine-${DATE} PKGNAME= wine-98.05.17 -CATEGORIES= emulators x11 +CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development |