--- Makefile.orig 2011-03-06 17:16:39.000000000 +0100 +++ Makefile 2011-03-06 17:18:13.000000000 +0100 @@ -18,6 +18,7 @@ OPTIONS= ICONS "Install a full icon theme" on \ ORAGE "Install the Xfce calendar application" on \ MOUSEPAD "Install the Xfce text editor" on \ + SQUEEZE "Install the Xfce archiver application" on \ TERMINAL "Install the Xfce terminal application" on \ APPFINDER "Install the Xfce application finder" on \ MIXER "Install the Xfce mixer application" on \ @@ -61,6 +62,10 @@ RUN_DEPENDS+= mousepad:${PORTSDIR}/editors/mousepad .endif +.if !defined(WITHOUT_SQUEEZE) +RUN_DEPENDS+= squeeze:${PORTSDIR}/archivers/squeeze +.endif + .if !defined(WITHOUT_TERMINAL) RUN_DEPENDS+= Terminal:${PORTSDIR}/x11/Terminal .endif