From 3170d60da43c3335588d14f7e4a36d1175031305 Mon Sep 17 00:00:00 2001 From: "Wulf C. Krueger" Date: Sun, 12 Jun 2011 14:27:14 +0200 Subject: [PATCH] $(get_libdir) -> ${LIBDIR} --- packages/dev-util/meld/meld-1.5.1.exheres-0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dev-util/meld/meld-1.5.1.exheres-0 b/packages/dev-util/meld/meld-1.5.1.exheres-0 index 9178b34..3b2354f 100644 --- a/packages/dev-util/meld/meld-1.5.1.exheres-0 +++ b/packages/dev-util/meld/meld-1.5.1.exheres-0 @@ -1,7 +1,7 @@ # Copyright 2009 Daniel Mierswa # Distributed under the terms of the GNU General Public License v2 -require multilib gnome.org +require gnome.org SUMMARY="A visual diff and merge tool." DESCRIPTION="Rich featured diff and merge tool that integrates with most @@ -32,7 +32,7 @@ DEPENDENCIES=" # scrollkeeper can probably build the documentation # LANGUAGES="" prevents building help/ subdir, which seems to need that -DEFAULT_SRC_COMPILE_PARAMS=( prefix=/usr libdir=/usr/$(get_libdir) docdir_='$(docdir)'/${PNVR} LANGUAGES="" ) +DEFAULT_SRC_COMPILE_PARAMS=( prefix=/usr libdir=/usr/${LIBDIR} docdir_='$(docdir)'/${PNVR} LANGUAGES="" ) DEFAULT_SRC_INSTALL_PARAMS=( ${DEFAULT_SRC_COMPILE_PARAMS[@]} ) src_install() {