diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-19 19:19:32 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-03-19 19:19:32 +0000 |
commit | bc9422c09271841aa1438d4a11ab632fc4dfa5fb (patch) | |
tree | 0b3e25f132a66d421c6e0776cd82752e8a48af1b /x11/fluxbg | |
parent | Update to 1.02 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=187729
Diffstat (limited to 'x11/fluxbg')
-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: |