diff options
author | drochner <drochner@pkgsrc.org> | 2007-08-13 12:06:40 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-08-13 12:06:40 +0000 |
commit | 53509ad36ed03f6eaf6b1f148ca6f2579f6cef47 (patch) | |
tree | da91b290f9eea9f8af0ee07a1b0480c2383bd591 /audio/bmpx/Makefile | |
parent | 1c381d7f8f07b12a5e9540b327a34a2353abdffa (diff) | |
download | pkgsrc-53509ad36ed03f6eaf6b1f148ca6f2579f6cef47.tar.gz |
cosmetics:
-make sure sqlite3 is found for a pointless configure check, avoids
an error message
-deal with hicolor-icon-theme
Diffstat (limited to 'audio/bmpx/Makefile')
-rw-r--r-- | audio/bmpx/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/bmpx/Makefile b/audio/bmpx/Makefile index 189638b5d10..b4ddf1d2751 100644 --- a/audio/bmpx/Makefile +++ b/audio/bmpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/08/12 23:13:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2007/08/13 12:06:40 drochner Exp $ # DISTNAME= bmpx-0.40.1 @@ -19,6 +19,8 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes CONFIGURE_ENV+= BOOST_REGEX_LIBS=-lboost_regex-mt +# the following is a fix for nonsense in the configure script +CONFIGURE_ENV+= SQL3PATH=${BUILDLINK_PREFIX.sqlite3} CPPFLAGS+= -I${LOCALBASE}/include/cdparanoia .include "../../audio/cdparanoia/buildlink3.mk" @@ -34,6 +36,7 @@ BUILDLINK_API_DEPENDS.libglademm+= libglademm>=2.6.0 BUILDLINK_API_DEPENDS.librsvg2+= librsvg2>=2.14.0 .include "../../devel/libsexymm/buildlink3.mk" .include "../../graphics/librsvg2/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../net/libsoup-devel/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 .include "../../x11/gtk2/buildlink3.mk" |