diff options
Diffstat (limited to 'x11-wm/xfce4-desktop/Makefile')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 8810a26c7c00..4af0eab2a400 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -28,7 +28,8 @@ USE_LDCONFIG= yes USE_XFCE= configenv libgui libmcs libutil mcsmanager panel USE_XLIB= yes -OPTIONS= THUNAR "Enable thunar support" on +OPTIONS= FAM "Enable FAM support" on \ + THUNAR "Enable thunar support" on MAN1= xfdesktop.1 @@ -41,7 +42,9 @@ USE_XFCE+= libexo thunar CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx --disable-exo .endif -.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.if !defined(WITHOUT_FAM) +.else +.endif post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure |