diff options
author | dholland <dholland> | 2012-05-06 19:38:04 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-06 19:38:04 +0000 |
commit | a84146aa764a1f6388de275c7f3db3230835fe1b (patch) | |
tree | 56d9bbfea8c9dee71d8ba1cf4cd33aa924f1573f /audio | |
parent | 7dee6b255043e1cb5930236dc23c55cf6fcf4b6a (diff) | |
download | pkgsrc-a84146aa764a1f6388de275c7f3db3230835fe1b.tar.gz |
Needs desktopdb.mk. Fix some other pkglint. PKGREVISION -> 17.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmpx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile index 2915be796c0..572e9572fd1 100644 --- a/audio/bmpx/Makefile +++ b/audio/bmpx/Makefile @@ -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_TOOLS+= gmake intltool msgfmt pkg-config zip 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 |