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/fluxbg/Makefile | |
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/fluxbg/Makefile')
-rw-r--r-- | x11/fluxbg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/fluxbg/Makefile b/x11/fluxbg/Makefile index 7543e4c5c9d3..fd33cd2aed6a 100644 --- a/x11/fluxbg/Makefile +++ b/x11/fluxbg/Makefile @@ -23,10 +23,9 @@ USE_GNOME= gnomehack gnometarget .include <bsd.port.pre.mk> -.if !exists(${X11BASE}/bin/bsetbg) && \ - !exists(${LOCALBASE}/bin/fbsetbg) && \ +.if !exists(${LOCALBASE}/bin/fbsetbg) && \ !exists(${X11BASE}/bin/fbsetbg) -RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox-devel +RUN_DEPENDS= fbsetbg:${PORTSDIR}/x11-wm/fluxbox .endif post-patch: |