diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-05 11:24:07 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-05 11:24:07 +0000 |
commit | 90bfc50e2ac83d7aa56dc2c19d86b14a7d618146 (patch) | |
tree | b9ce70e0a26ebe4e7334e41897b4ae91dcb2f030 /audio | |
parent | e510fe8fa17c0e87e50b52ca883d9fb12b5890ea (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 8036b83866c2..93651e68b319 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -38,7 +38,8 @@ _NO_KDE_FINAL= yes CFLAGS+= -DHAVE_VASPRINTF CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" CONFIGURE_TARGET= # empty -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ + --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include OPTIONS= ESD "Enable esound support" off \ NAS "Enable NAS support" off |