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

(-)Makefile.new (-1 / +7 lines)
Lines 114-120 Link Here
114
114
115
OPTIONS+=	PLOT "enable ploting, requires X11 libraries" off\
115
OPTIONS+=	PLOT "enable ploting, requires X11 libraries" off\
116
		SAMBA "enable the use of smbclient" off \
116
		SAMBA "enable the use of smbclient" off \
117
		MTX "enable the use of mtx changer scripts" off
117
		MTX "enable the use of mtx changer scripts" off \ 
118
		AESPIPE "enable encryption. Needed by amcrypt" on
118
119
119
.if defined (WITH_PLOT)
120
.if defined (WITH_PLOT)
120
BUILD_DEPENDS+=	gnuplot:${PORTSDIR}/math/gnuplot
121
BUILD_DEPENDS+=	gnuplot:${PORTSDIR}/math/gnuplot
Lines 134-139 Link Here
134
.if defined (WITH_MTX)
135
.if defined (WITH_MTX)
135
BUILD_DEPENDS+=	mtx:${PORTSDIR}/misc/mtx
136
BUILD_DEPENDS+=	mtx:${PORTSDIR}/misc/mtx
136
RUN_DEPENDS+=	mtx:${PORTSDIR}/misc/mtx
137
RUN_DEPENDS+=	mtx:${PORTSDIR}/misc/mtx
138
.endif
139
140
.if defined (WITH_AESPIPE)
141
BUILD_DEPENDS+= aespipe:${PORTSDIR}/security/aespipe
142
RUN_DEPENDS+=	aespipe:${PORTSDIR}/security/aespipe
137
.endif
143
.endif
138
144
139
.if defined (AMANDA_TAPE)
145
.if defined (AMANDA_TAPE)

Return to bug 112073