diff options
-rw-r--r-- | x11-wm/xfce4/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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: |