summaryrefslogtreecommitdiff
path: root/multimedia/mencoder/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-06-01 18:45:45 +0000
committerjmmv <jmmv>2005-06-01 18:45:45 +0000
commitccb51a38891de0f94b81146b84ed5dfc572366c1 (patch)
tree1541b2d5b7427ec71134f81983f8f5194ef3e5f7 /multimedia/mencoder/Makefile
parent22b2d6bb0ed5c0dbae6e6f52359d898f26fec388 (diff)
downloadpkgsrc-ccb51a38891de0f94b81146b84ed5dfc572366c1.tar.gz
Convert the mplayer* and mencoder* packages to the options framework.
This means that the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION, MPLAYER_DISABLE_DRIVERS and MPLAYER_USE_MEDIALIB become deprecated (although still recognized). Visible changes in the resulting binary packages should be minimum by default (everything that was enabled before still is, and the same dependencies are kept). A notable addition, though, is the support for user-defined menus, closing PR pkg/29784. Also note that (almost) all dependencies have now a corresponding option to disable them in case you want to get a minimalist mplayer package. 'make show-options' is your friend ;) With thanks to wiz@ and dillo@ for their comments and help.
Diffstat (limited to 'multimedia/mencoder/Makefile')
-rw-r--r--multimedia/mencoder/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index b986d30a410..96a7e2f1c15 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/18 17:49:41 drochner Exp $
+# $NetBSD: Makefile,v 1.20 2005/06/01 18:45:46 jmmv Exp $
PKGNAME= mencoder-${MPLAYER_PKG_VERSION}
@@ -24,7 +24,5 @@ do-install:
.include "../../multimedia/mplayer-share/Makefile.depends"
-.include "../../audio/lame/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
.include "../../multimedia/mplayer-share/Makefile.cflags"