diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-19 12:27:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-19 12:27:27 +0000 |
commit | 0e0ff99a73114173e837df848c718a2f36cf34fd (patch) | |
tree | db0b03780bb5c167cdb148ab74726794f66fb839 /meta-pkgs/fxtv-capture | |
parent | e59cd5c03e315ee4e8699d5611bd3972322c9102 (diff) | |
download | pkgsrc-0e0ff99a73114173e837df848c718a2f36cf34fd.tar.gz |
Replaced the custom definitions with META_PACKAGE=yes.
Diffstat (limited to 'meta-pkgs/fxtv-capture')
-rw-r--r-- | meta-pkgs/fxtv-capture/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-pkgs/fxtv-capture/Makefile b/meta-pkgs/fxtv-capture/Makefile index 89f81f55088..78e3d24ef05 100644 --- a/meta-pkgs/fxtv-capture/Makefile +++ b/meta-pkgs/fxtv-capture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/10/25 22:00:50 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2007/12/19 12:27:27 rillig Exp $ # DISTNAME= fxtv-capture-1.1 @@ -16,12 +16,6 @@ DEPENDS+= fxtv>=1.03nb1:../../multimedia/fxtv DEPENDS+= mpeg_encode-[0-9]*:../../multimedia/mpeg_encode DEPENDS+= mjpegtools>=1.8.0nb1:../../multimedia/mjpegtools -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -PLIST_SRC= # empty (meta-package) - -do-install: # empty +META_PACKAGE= yes .include "../../mk/bsd.pkg.mk" |