summaryrefslogtreecommitdiff
path: root/meta-pkgs/fxtv-capture
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-15 09:51:58 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-15 09:51:58 +0000
commit76e564a8a9fb456836c4de9f2565aa5552515f7d (patch)
tree83ecf28a83c06fb685449261e4a5c056825e7a06 /meta-pkgs/fxtv-capture
parent6d8cb09354d1a13b900d9c48b49c5c6c46e12ce9 (diff)
downloadpkgsrc-76e564a8a9fb456836c4de9f2565aa5552515f7d.tar.gz
Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
Diffstat (limited to 'meta-pkgs/fxtv-capture')
-rw-r--r--meta-pkgs/fxtv-capture/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/fxtv-capture/Makefile b/meta-pkgs/fxtv-capture/Makefile
index 78e3d24ef05..19a072d360f 100644
--- a/meta-pkgs/fxtv-capture/Makefile
+++ b/meta-pkgs/fxtv-capture/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/12/19 12:27:27 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2008/06/15 09:51:59 joerg Exp $
#
DISTNAME= fxtv-capture-1.1
@@ -10,12 +10,12 @@ DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Meta-package including all packages to capture video with bktr(4)
+META_PACKAGE= yes
+
DEPENDS+= sox>=12.17.1:../../audio/sox
DEPENDS+= mpegaudio>=3.9:../../audio/mpegaudio
DEPENDS+= fxtv>=1.03nb1:../../multimedia/fxtv
DEPENDS+= mpeg_encode-[0-9]*:../../multimedia/mpeg_encode
DEPENDS+= mjpegtools>=1.8.0nb1:../../multimedia/mjpegtools
-META_PACKAGE= yes
-
.include "../../mk/bsd.pkg.mk"