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:
parent
fe5d59b177
commit
299bf23487
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49353
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue