diff options
author | asami <asami@FreeBSD.org> | 1998-07-28 07:25:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-28 07:25:33 +0800 |
commit | 16a95f548a758d828bcacff04535926bcce180b1 (patch) | |
tree | 32a03d4fa1b62c956de2cd87f27a4f6b1e82c320 /emulators/wine-devel | |
parent | 7836a4102623d9d92425926490542d3cf33bd656 (diff) | |
download | freebsd-ports-graphics-16a95f548a758d828bcacff04535926bcce180b1.tar.gz freebsd-ports-graphics-16a95f548a758d828bcacff04535926bcce180b1.tar.zst freebsd-ports-graphics-16a95f548a758d828bcacff04535926bcce180b1.zip |
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>
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index cde039965d5..ef497fabfda 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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 |