diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-20 03:19:32 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-20 03:19:32 +0800 |
commit | 9f4376874211f68ddcfad770541a8cbad0c84986 (patch) | |
tree | 3c527c8de538dd5f6d29747daf07a4c09998c9c0 /x11-wm/fbcmd | |
parent | d8decec036c72c1e6ca7973268b984a847437726 (diff) | |
download | freebsd-ports-gnome-9f4376874211f68ddcfad770541a8cbad0c84986.tar.gz freebsd-ports-gnome-9f4376874211f68ddcfad770541a8cbad0c84986.tar.zst freebsd-ports-gnome-9f4376874211f68ddcfad770541a8cbad0c84986.zip |
The x11-wm/fluxbox-devel has been merged into x11-wm/fluxbox and remove
fluxbox-devel. The 0.1.14 version is gone for good. The highlight changes for
fluxbox:
-Update to 1.0rc2.
-Change the prefix from X11BASE (/usr/X11R6) to LOCALBASE (/usr/local).
-The bsetroot has been renamed to fbsetroot.
As for the other ports, chase the fluxbox-devel -> fluxbox.
Request by: too many to list (include developers)
Diffstat (limited to 'x11-wm/fbcmd')
-rw-r--r-- | x11-wm/fbcmd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fbcmd/Makefile b/x11-wm/fbcmd/Makefile index bff36f208ec4..5148071d6f8c 100644 --- a/x11-wm/fbcmd/Makefile +++ b/x11-wm/fbcmd/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://darkshed.feuersenger.net/files/c_cpp/fbcmd/ MAINTAINER= novel@FreeBSD.org COMMENT= A commandline utility for controlling fluxbox -RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox-devel +RUN_DEPENDS= fluxbox:${PORTSDIR}/x11-wm/fluxbox USE_BZIP2= yes USE_GMAKE= yes |