diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-05-31 19:55:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-05-31 19:55:30 +0000 |
commit | 7f83d26e859078410c06c47b1c7d3ffa7dab28fd (patch) | |
tree | 14ba07c1024822be4a0daa06f049f44b1f633239 /audio/audacious-dumb/Makefile | |
parent | Welcome Larry Rosenman <ler@lerctr.org> as new port maintainer. (diff) |
Fix build on amd64
Notified by: kris (via pointyhat)
Notes
Notes:
svn path=/head/; revision=192489
Diffstat (limited to 'audio/audacious-dumb/Makefile')
-rw-r--r-- | audio/audacious-dumb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index 123695dd73be..d64d04182f85 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ USE_GMAKE= yes USE_LDCONFIG= yes -MAKE_ENV+= CC="${CC}" +MAKE_ENV+= CC="${CC}" LOCALBASE="${LOCALBASE}" ONLY_FOR_ARCHS= i386 amd64 |