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

(-)bsd.port.mk (-2 / +2 lines)
Lines 222-228 Link Here
222
# WANT_AUTOCONF_VER (PORT MAY SET THIS VALUE)
222
# WANT_AUTOCONF_VER (PORT MAY SET THIS VALUE)
223
#				- Implies GNU_CONFIGURE=yes.
223
#				- Implies GNU_CONFIGURE=yes.
224
#				- Says that the port wants autoconf; legal values
224
#				- Says that the port wants autoconf; legal values
225
#				  are: 213, 253, 254.
225
#				  are: 213, 253, 257.
226
#				- Each specify a version of autoconf to use
226
#				- Each specify a version of autoconf to use
227
#				  and appropriatly set AUTOCONF{,_DIR} and other
227
#				  and appropriatly set AUTOCONF{,_DIR} and other
228
#				  autoconf-related program paths.
228
#				  autoconf-related program paths.
Lines 1150-1156 Link Here
1150
dev_amver=	17
1150
dev_amver=	17
1151
old_acver=	213
1151
old_acver=	213
1152
cur_acver=	253
1152
cur_acver=	253
1153
dev_acver=	254
1153
dev_acver=	257
1154
1154
1155
########## automake setup
1155
########## automake setup
1156
.if defined(USE_AUTOMAKE_VER)
1156
.if defined(USE_AUTOMAKE_VER)

Return to bug 54885