diff options
| author | drochner <drochner> | 2009-07-29 16:33:48 +0000 |
|---|---|---|
| committer | drochner <drochner> | 2009-07-29 16:33:48 +0000 |
| commit | 5a3f1432da1e1b6cb973bec283dcdb87f5e676b3 (patch) | |
| tree | 53d90a53ded1cd687871f813724bebb0ed989a19 /audio/picard | |
| parent | f2a4addb74b632299120265e27e19afb0739f66a (diff) | |
| download | pkgsrc-5a3f1432da1e1b6cb973bec283dcdb87f5e676b3.tar.gz | |
the configure phase picks up pkg-config if present but tries other
ways if not -- make it a dependency for consistency
Diffstat (limited to 'audio/picard')
| -rw-r--r-- | audio/picard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/picard/Makefile b/audio/picard/Makefile index 6948bcda909..c728970c76f 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -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 @@ USE_LANGUAGES= c c++ 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) |
