diff options
author | obache <obache@pkgsrc.org> | 2010-09-27 05:03:25 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-27 05:03:25 +0000 |
commit | eb8c4bb09264218640ef7b6e3fba83359ee7f6f6 (patch) | |
tree | 297464ba2352c0df1afe1a1ba13df6083e255147 /multimedia | |
parent | f5166d674c11089ce96c0835f4b9e3a8b1b96744 (diff) | |
download | pkgsrc-eb8c4bb09264218640ef7b6e3fba83359ee7f6f6.tar.gz |
Using pkg-config in configure script.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index a5f3bed1922..dd7134273ef 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/07/14 12:56:09 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2010/09/27 05:03:25 obache Exp $ DISTNAME= mpeg4ip-1.5.0.1 CATEGORIES= multimedia @@ -15,6 +15,7 @@ CONFLICTS+= faad2<2.0nb6 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes +USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_SCRIPT= bootstrap OVERRIDE_DIRDEPTH= 3 # */*/*/libtool |