pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/picard the configure phase picks up pkg-config i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/44763c37ef31
branches: trunk
changeset: 562482:44763c37ef31
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Jul 29 16:33:48 2009 +0000
description:
the configure phase picks up pkg-config if present but tries other
ways if not -- make it a dependency for consistency
diffstat:
audio/picard/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d4b5b01af5a0 -r 44763c37ef31 audio/picard/Makefile
--- a/audio/picard/Makefile Wed Jul 29 14:24:40 2009 +0000
+++ b/audio/picard/Makefile Wed Jul 29 16:33:48 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:19 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2009/07/29 16:33:48 drochner Exp $
#
DISTNAME= picard-0.11
@@ -14,7 +14,7 @@
PYDISTUTILSPKG= yes
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= msgfmt
+USE_TOOLS+= msgfmt pkg-config
do-configure:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} setup.py config)
Home |
Main Index |
Thread Index |
Old Index