diff options
author | shattered <shattered@pkgsrc.org> | 2009-01-08 11:43:36 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-01-08 11:43:36 +0000 |
commit | f37ab1617cc966e9c161667f56ab800343aaa084 (patch) | |
tree | eb900d0949c1c66ff868770e4c7d1cb4845dac33 /audio/amarok | |
parent | ba57a593c23045595693ee1d6d4f2d4bf4550587 (diff) | |
download | pkgsrc-f37ab1617cc966e9c161667f56ab800343aaa084.tar.gz |
Delint: replace LOCALBASE with BUILDLINK_PREFIX.libmp4v2.
OK by wiz@.
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index a90f6ef5a72..214b24b7b85 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -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-nmm 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} |