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 | |
parent | 932c9f687a07a423a4c779feb380453d03323700 (diff) |
Notes
Diffstat (limited to 'x11')
-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: |