diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-06-02 15:44:10 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-06-02 15:44:10 +0000 |
commit | 5695677cb5e3dbf95e14b717a486e04de41b21d8 (patch) | |
tree | ee58c5cdfb9a0e001e329499c1b9939f231cd041 /audio/xmms-gbsplay | |
parent | 5d0048e5b4004f2466598ad1d316f8c9749ab4ce (diff) | |
download | ports-5695677cb5e3dbf95e14b717a486e04de41b21d8.tar.gz ports-5695677cb5e3dbf95e14b717a486e04de41b21d8.zip |
Forget about X11BASE
Notes
Notes:
svn path=/head/; revision=192589
Diffstat (limited to 'audio/xmms-gbsplay')
-rw-r--r-- | audio/xmms-gbsplay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-gbsplay/Makefile b/audio/xmms-gbsplay/Makefile index 87c6a5cdfcb1..bd426168a3ab 100644 --- a/audio/xmms-gbsplay/Makefile +++ b/audio/xmms-gbsplay/Makefile @@ -31,7 +31,7 @@ post-extract: gbsplay-post-patch: @${REINPLACE_CMD} -e \ 's|`which xmms-config`||; \ - s|\(xmms-config\)|${X11BASE}/bin/\1|g; \ + s|\(xmms-config\)|${LOCALBASE}/bin/\1|g; \ s|`which glib-config`||; \ s|glib-config|${GLIB_CONFIG}|g; \ /LOCALE_PREFIX/ s|$$localedir|${LOCALBASE}/share/locale|' \ |