pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/amarok Delint: replace LOCALBASE with BUILDLINK_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20da72f8c9d0
branches:  trunk
changeset: 552731:20da72f8c9d0
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Thu Jan 08 11:43:36 2009 +0000

description:
Delint: replace LOCALBASE with BUILDLINK_PREFIX.libmp4v2.

OK by wiz@.

diffstat:

 audio/amarok/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1aeb8fd3d829 -r 20da72f8c9d0 audio/amarok/Makefile
--- a/audio/amarok/Makefile     Thu Jan 08 10:04:52 2009 +0000
+++ b/audio/amarok/Makefile     Thu Jan 08 11:43:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2008/08/15 12:52:57 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2009/01/08 11:43:36 shattered Exp $
 
 DISTNAME=              amarok-${VERSION}
 VERSION=               1.4.10
@@ -24,7 +24,7 @@
 CONFIGURE_ARGS+=       --without-mas
 CONFIGURE_ARGS+=       --without-helix
 CONFIGURE_ARGS+=       --with-mp4v2
-CONFIGURE_ARGS+=       --with-mp4v2-dir=${LOCALBASE}
+CONFIGURE_ARGS+=       --with-mp4v2-dir=${BUILDLINK_PREFIX.libmp4v2}
 
 LIBS+=                 ${LIBOSSAUDIO}
 



Home | Main Index | Thread Index | Old Index