aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gdcd
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-10-30 09:46:02 +0800
committerpetef <petef@FreeBSD.org>2001-10-30 09:46:02 +0800
commit4b918b528f33467761aa7fe18018d85018abdbd7 (patch)
tree741fe107491a0a56b5f890f24dfcf33c4066cf1d /audio/gdcd
parentb2a4ca9f674dab228174884212f3fe0b0da42116 (diff)
downloadfreebsd-ports-gnome-4b918b528f33467761aa7fe18018d85018abdbd7.tar.gz
freebsd-ports-gnome-4b918b528f33467761aa7fe18018d85018abdbd7.tar.zst
freebsd-ports-gnome-4b918b528f33467761aa7fe18018d85018abdbd7.zip
Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}
to -a -i. PR: 31590 Submitted by: TOGAWA Satoshi <toga@puyo.org>
Diffstat (limited to 'audio/gdcd')
-rw-r--r--audio/gdcd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gdcd/Makefile b/audio/gdcd/Makefile
index bffe643fce85..5ec20f0dd6a3 100644
--- a/audio/gdcd/Makefile
+++ b/audio/gdcd/Makefile
@@ -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"