pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/bmpx Needs desktopdb.mk. Fix some other pkglint....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc56995fde70
branches:  trunk
changeset: 603473:fc56995fde70
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun May 06 19:38:04 2012 +0000

description:
Needs desktopdb.mk. Fix some other pkglint. PKGREVISION -> 17.

diffstat:

 audio/bmpx/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r e9e95a68d095 -r fc56995fde70 audio/bmpx/Makefile
--- a/audio/bmpx/Makefile       Sun May 06 19:35:57 2012 +0000
+++ b/audio/bmpx/Makefile       Sun May 06 19:38:04 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2012/04/27 12:31:33 obache Exp $
+# $NetBSD: Makefile,v 1.39 2012/05/06 19:38:04 dholland Exp $
 
 DISTNAME=      bmpx-0.40.14
-PKGREVISION=   16
+PKGREVISION=   17
 CATEGORIES=    audio
 MASTER_SITES=  http://files.backtrace.info/releases/0.40/
 EXTRACT_SUFX=  .tar.bz2
@@ -18,12 +18,13 @@
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 # the following is a fix for nonsense in the configure script
-CPPFLAGS+=             -I${LOCALBASE}/include/cdparanoia
+CPPFLAGS+=             -I${BUILDLINK_PREFIX.cdparanoia}/include/cdparanoia
 
 CHECK_WRKREF_SKIP=     bin/beep-media-player-2
 CHECK_WRKREF_SKIP+=    bin/bmp2
 CHECK_WRKREF_SKIP+=    libexec/beep-media-player-2-bin
 
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../audio/cdparanoia/buildlink3.mk"
 .include "../../audio/libofa/buildlink3.mk"
 BUILDLINK_API_DEPENDS.taglib+=         taglib>=1.4



Home | Main Index | Thread Index | Old Index