diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
commit | 855fb638fbbc3329682faf7c68b135b6e6c1a0ae (patch) | |
tree | 29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/w_scan | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) | |
download | ports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.tar.gz ports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.zip |
Notes
Diffstat (limited to 'multimedia/w_scan')
-rw-r--r-- | multimedia/w_scan/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/w_scan/Makefile b/multimedia/w_scan/Makefile index 9f65356371c8..7450d119964b 100644 --- a/multimedia/w_scan/Makefile +++ b/multimedia/w_scan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: w_scan -# Date created: Wed Apr 14 18:11:42 CEST 2010 -# Whom: Juergen Lock <nox@freebsd.org> -# +# Created by: Juergen Lock <nox@FreeBSD.org> # $FreeBSD$ -# PORTNAME= w_scan PORTVERSION= 20120415 @@ -18,6 +14,7 @@ BUILD_DEPENDS= v4l_compat>=1.0.20120501:${PORTSDIR}/multimedia/v4l_compat OPTIONS_DEFINE= LINUX LINUX_DESC= Install Linux binary too (linux-w_scan) +NO_STAGE= yes .include <bsd.port.options.mk> USE_BZIP2= yes |