View | Details | Raw Unified | Return to bug 155313
Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 18-23 Link Here
18
OPTIONS=	ICONS		"Install a full icon theme"		on  \
18
OPTIONS=	ICONS		"Install a full icon theme"		on  \
19
		ORAGE		"Install the Xfce calendar application"	on  \
19
		ORAGE		"Install the Xfce calendar application"	on  \
20
		MOUSEPAD	"Install the Xfce text editor"		on  \
20
		MOUSEPAD	"Install the Xfce text editor"		on  \
21
		SQUEEZE		"Install the Xfce archiver application"	on  \
21
		TERMINAL	"Install the Xfce terminal application"	on  \
22
		TERMINAL	"Install the Xfce terminal application"	on  \
22
		APPFINDER	"Install the Xfce application finder"	on  \
23
		APPFINDER	"Install the Xfce application finder"	on  \
23
		MIXER		"Install the Xfce mixer application"	on  \
24
		MIXER		"Install the Xfce mixer application"	on  \
Lines 61-66 Link Here
61
RUN_DEPENDS+=	mousepad:${PORTSDIR}/editors/mousepad
62
RUN_DEPENDS+=	mousepad:${PORTSDIR}/editors/mousepad
62
.endif
63
.endif
63
64
65
.if !defined(WITHOUT_SQUEEZE)
66
RUN_DEPENDS+=	squeeze:${PORTSDIR}/archivers/squeeze
67
.endif
68
64
.if !defined(WITHOUT_TERMINAL)
69
.if !defined(WITHOUT_TERMINAL)
65
RUN_DEPENDS+=	Terminal:${PORTSDIR}/x11/Terminal
70
RUN_DEPENDS+=	Terminal:${PORTSDIR}/x11/Terminal
66
.endif
71
.endif

Return to bug 155313