summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-10-30 01:46:02 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-10-30 01:46:02 +0000
commit299bf23487f84842b226b4038a0ac044c4d2a5c1 (patch)
tree0a53509a9a35471be56d0fd21d2f5f4983eb8361
parentRemove the post-patch target. I'm not sure why I added this before, (diff)
Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}
to -a -i. PR: 31590 Submitted by: TOGAWA Satoshi <toga@puyo.org>
Notes
Notes: svn path=/head/; revision=49353
-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"