diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-03 11:34:28 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-03 11:34:28 +0800 |
commit | 4691a02f14550ec845b9e6fd24cf91a313ce989d (patch) | |
tree | afc5873ce1cb4734fb5f5bbf0c21637fd6416c1c /audio/rosegarden | |
parent | 9e3b5d171e503f7d588bee2e9b5fb3d583e6ff17 (diff) | |
download | freebsd-ports-gnome-4691a02f14550ec845b9e6fd24cf91a313ce989d.tar.gz freebsd-ports-gnome-4691a02f14550ec845b9e6fd24cf91a313ce989d.tar.zst freebsd-ports-gnome-4691a02f14550ec845b9e6fd24cf91a313ce989d.zip |
Should USE_X_PREFIX so the program can find it's app-defaults
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Diffstat (limited to 'audio/rosegarden')
-rw-r--r-- | audio/rosegarden/Makefile | 2 |
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" |