summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-03 03:34:28 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-03 03:34:28 +0000
commitf7a906584ae82f3cd1ab79704fe8b7a4f8a2afdb (patch)
tree0851fe605a387dc5bde59e8153b0a30b243163c1 /audio
parentupdate from author (diff)
Should USE_X_PREFIX so the program can find it's app-defaults
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes: svn path=/head/; revision=22138
Diffstat (limited to 'audio')
-rw-r--r--audio/rosegarden/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index 5f9c3453cf85..e2c4e45dbec4 100644
--- a/audio/rosegarden/Makefile
+++ b/audio/rosegarden/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/tclmidi/tclmidi31.so:$(PORTSDIR)/audio/tclmidi
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
-USE_XLIB= yes
+USE_X_PREFIX= yes
CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.0/
CONFIGURE_ENV= LIBS="-L${PREFIX}/lib"