diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-28 16:44:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-28 16:44:54 +0000 |
commit | 5fbd6399ac5ad81e5660e2b5e675a329d76f43d1 (patch) | |
tree | 3fc5302a462bc14945799111c2e6ab1013857495 | |
parent | 16fc5c74ac9e2609a39f4b8913947f1afc3f5a02 (diff) | |
download | pkgsrc-5fbd6399ac5ad81e5660e2b5e675a329d76f43d1.tar.gz |
Redundant include.
-rw-r--r-- | x11/xvidcap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xvidcap/Makefile b/x11/xvidcap/Makefile index 017a6916557..9f48c5de84c 100644 --- a/x11/xvidcap/Makefile +++ b/x11/xvidcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/12/28 16:37:04 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/28 16:44:54 joerg Exp $ # .include "Makefile.common" @@ -8,5 +8,4 @@ COMMENT= Capture X display to individual frames or MPEG video CONFIGURE_ARGS+= --without-gtk2 -.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |