diff options
author | fenner <fenner@FreeBSD.org> | 1998-06-26 18:39:21 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-06-26 18:39:21 +0000 |
commit | 671e873a7179d481ce137c7187b961c170ed1b9b (patch) | |
tree | 2c2315b7ebc594d87ca073cfd380d9ecbf090387 /mbone/vic/Makefile | |
parent | 9673ef276e2f50531d9b2e00de5f720125e3ee62 (diff) | |
download | FreeBSD-ports-671e873a7179d481ce137c7187b961c170ed1b9b.zip FreeBSD-ports-671e873a7179d481ce137c7187b961c170ed1b9b.tar.gz |
Fix Luigi's recently committed submission:
- Actually include the x11 grabber in the compile
- Don't force the capture type to PAL; leave it at auto
- Remove debugging code and comments
- Eliminate the need for kernel patch for tuner code
- Don't patch one source file in more than one patch-XX files
Diffstat (limited to 'mbone/vic/Makefile')
-rw-r--r-- | mbone/vic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index e603957..6cb3856 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -3,7 +3,7 @@ # Date created: 14 December 1994 # Whom: wollman # -# $Id: Makefile,v 1.13 1998/02/24 21:43:36 jseger Exp $ +# $Id: Makefile,v 1.14 1998/03/17 07:47:52 tg Exp $ # DISTNAME= vic-2.8 @@ -15,7 +15,7 @@ MAINTAINER= fenner@FreeBSD.ORG LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 -GNU_CONFIGURE= yes +USE_AUTOCONF= yes USE_X11= yes MAN1= vic.1 |