diff options
author | oliver <oliver@FreeBSD.org> | 2011-03-07 17:58:06 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2011-03-07 17:58:06 +0800 |
commit | 5d915cfe2dbc7db6990c4c5551ae314487eb27b2 (patch) | |
tree | 14f3d9bdabe38ae85d39a0fc02eb99e070affbcd /x11-wm/xfce4 | |
parent | cc122d31c8505b0435ee77628f310f10a88e1afa (diff) | |
download | freebsd-ports-gnome-5d915cfe2dbc7db6990c4c5551ae314487eb27b2.tar.gz freebsd-ports-gnome-5d915cfe2dbc7db6990c4c5551ae314487eb27b2.tar.zst freebsd-ports-gnome-5d915cfe2dbc7db6990c4c5551ae314487eb27b2.zip |
add archivers/squeeze as optional application
PR: 155313
Submitted by: David Demelier <demelier.david@gmail.com>
Diffstat (limited to 'x11-wm/xfce4')
-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: |