Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}

to -a -i.

PR:		31590
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
This commit is contained in:
Pete Fritchman 2001-10-30 01:46:02 +00:00
parent fe5d59b177
commit 299bf23487
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49353

View file

@ -17,7 +17,7 @@ LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
USE_X_PREFIX= yes
USE_GNOME= yes
USE_AUTOMAKE= yes
AUTOMAKE= automake -a -i
AUTOMAKE_ARGS= -a -i
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"