diff options
author | salo <salo@pkgsrc.org> | 2004-04-10 12:23:55 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-04-10 12:23:55 +0000 |
commit | 7d32be5959cefc58fe60567c370fd418823940c9 (patch) | |
tree | 8f2860a90a19b03330f570cf7435483afd0848b6 /multimedia/mencoder | |
parent | 5b09707e3ebf33ffd0ada43d1d7568f977c2f962 (diff) | |
download | pkgsrc-7d32be5959cefc58fe60567c370fd418823940c9.tar.gz |
Make Matroska support optional, enabled by default. Per request by veego@
mencoder:
- ride the cdparanoia-related PKGREVISION++
- remove superfluous --disable-nas, already pulled in from Makefile.common
Diffstat (limited to 'multimedia/mencoder')
-rw-r--r-- | multimedia/mencoder/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 114212ffd92..a88c2ffa05c 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/10 12:16:12 salo Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/10 12:23:55 salo Exp $ # PKGNAME= mencoder-${MPLAYER_PKG_VERSION} @@ -8,7 +8,6 @@ COMMENT= Simple movie encoder for MPlayer-playable movies .include "../../multimedia/mplayer-share/Makefile.common" USE_BUILDLINK3= YES -CONFIGURE_ARGS+= --disable-nas CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer ALL_TARGET= mencoder |