diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-26 06:51:11 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-26 06:51:11 +0800 |
commit | 63f646f631513a55fc39970613f3cc4352da7855 (patch) | |
tree | febf77cf8abce1b51e50ae696666726065399835 /audio | |
parent | 06c81cea7ec922174b3649c1f48d02129984fef8 (diff) | |
download | freebsd-ports-gnome-63f646f631513a55fc39970613f3cc4352da7855.tar.gz freebsd-ports-gnome-63f646f631513a55fc39970613f3cc4352da7855.tar.zst freebsd-ports-gnome-63f646f631513a55fc39970613f3cc4352da7855.zip |
Additionally set CONFIGURE_TARGET to empty.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index f199a9d3836d..ecc9137c7305 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -35,6 +35,7 @@ DO_NOT_COMPILE+=gmcop CFLAGS+= -DHAVE_VASPRINTF CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" +CONFIGURE_TARGET= # empty CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= ESD "Enable esound support" off \ |