From 5d915cfe2dbc7db6990c4c5551ae314487eb27b2 Mon Sep 17 00:00:00 2001 From: oliver Date: Mon, 7 Mar 2011 09:58:06 +0000 Subject: add archivers/squeeze as optional application PR: 155313 Submitted by: David Demelier --- x11-wm/xfce4/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11-wm/xfce4') diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index d8be1e61ebae..80090ee5cc80 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -22,6 +22,7 @@ OPTIONS= ICONS "Install a full icon theme" on \ APPFINDER "Install the Xfce application finder" on \ MIXER "Install the Xfce mixer application" on \ PRINT "Install the Xfce printing helper" on \ + SQUEEZE "Install the Xfce archiver application" on \ GDM "Install the login manager gdm" off RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \ @@ -77,6 +78,10 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/xfce4-mixer:${PORTSDIR}/audio/xfce4-mixer RUN_DEPENDS+= xfprint4:${PORTSDIR}/print/xfce4-print .endif +.if !defined(WITHOUT_SQUEEZE) +RUN_DEPENDS+= squeeze:${PORTSDIR}/archivers/squeeze +.endif + do-install: # empty post-install: -- cgit