diff options
author | asami <asami@FreeBSD.org> | 1997-11-05 12:20:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-05 12:20:23 +0800 |
commit | 8416caa6c2ec3d81feb3a3db72d8fed5554e36b2 (patch) | |
tree | e9c0a2f68c5f4d48c46191bfb38c8d04035539c2 /x11/Makefile | |
parent | 780effd42efc52ce01757ad29a9ad7b01ec758bc (diff) | |
download | freebsd-ports-gnome-8416caa6c2ec3d81feb3a3db72d8fed5554e36b2.tar.gz freebsd-ports-gnome-8416caa6c2ec3d81feb3a3db72d8fed5554e36b2.tar.zst freebsd-ports-gnome-8416caa6c2ec3d81feb3a3db72d8fed5554e36b2.zip |
(1) Move the following ports out of x11/:
kdegames -> games/
kdenetwork -> net/
kdesupport -> converters/
kdeutils -> misc/
(Repository copy already done, dependency path and category name fixups
is being done in this commit.)
(2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib})
ports.
(3) Make package names follow the convention.
(4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...".
There is no need to specify the full pathname if the target is an
executable in the standard path. (Actually, as the same port is
specified in LIB_DEPENDS, I think we can completely do away with
this line but since Stefan added this explicitly, I assume there
is a reason for it and left it alone.)
Approved by: se (all but 4)
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/Makefile b/x11/Makefile index a2c99f49b647..82e389011e21 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.168 1997/11/04 09:05:15 tg Exp $ +# $Id: Makefile,v 1.169 1997/11/04 10:35:37 tg Exp $ # SUBDIR += FWF @@ -34,11 +34,7 @@ SUBDIR += gwm SUBDIR += iv SUBDIR += kdebase - SUBDIR += kdegames SUBDIR += kdelibs - SUBDIR += kdenetwork - SUBDIR += kdesupport - SUBDIR += kdeutils SUBDIR += lesstif SUBDIR += libdnd SUBDIR += libsx |