diff options
author | reed <reed> | 2004-09-24 21:47:41 +0000 |
---|---|---|
committer | reed <reed> | 2004-09-24 21:47:41 +0000 |
commit | 8f4fb160e2b32004e1aba577397ee6715edd2d3a (patch) | |
tree | f8aead49feee8e323efee1c3cba49c711c3cf55f /x11/xvidcap | |
parent | 91938a92f178a3c748b5cc220355afefc484cda0 (diff) | |
download | pkgsrc-8f4fb160e2b32004e1aba577397ee6715edd2d3a.tar.gz |
GNU Make doesn't appear to be needed to build and install
so remove the USE_GNU_TOOLS for make.
Diffstat (limited to 'x11/xvidcap')
-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 374635e3fb0..0c39393eacc 100644 --- a/x11/xvidcap/Makefile +++ b/x11/xvidcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/29 00:16:41 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/09/24 21:47:41 reed Exp $ # DISTNAME= xvidcap-1.1.3 @@ -10,7 +10,6 @@ HOMEPAGE= http://xvidcap.sourceforge.net/ COMMENT= Capture X display to individual frames or MPEG video USE_BUILDLINK3= yes -USE_GNU_TOOLS+= make USE_X11= yes GNU_CONFIGURE= yes |