diff options
author | snj <snj@pkgsrc.org> | 2004-03-31 08:32:48 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-31 08:32:48 +0000 |
commit | 3e71a89790cf27dd4a0bb9830e765b77bd52acb4 (patch) | |
tree | d9ee01aa490172585f5aa5150d70cd68ce40d731 /multimedia | |
parent | 9321128a95e2ebb4b34973bb6a201e4c32d9cde7 (diff) | |
download | pkgsrc-3e71a89790cf27dd4a0bb9830e765b77bd52acb4.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile index 88fbfcd63c6..71fc4df6aee 100644 --- a/multimedia/mplex/Makefile +++ b/multimedia/mplex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/03/30 19:51:31 ben Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/31 08:32:48 snj Exp $ DISTNAME= mjpegtools-1.6.2 PKGNAME= mplex-1.6.2 @@ -11,11 +11,11 @@ COMMENT= Multiplexes MPEG component streams into system layers BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm -USE_GNU_TOOLS+= make -USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_GCC_SHLIB= yes USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes do-build: cd ${WRKSRC}/utils && ${GMAKE} |