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/libdc1394 | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)
Notes
Notes:
svn path=/head/; revision=327747
Diffstat (limited to 'multimedia/libdc1394')
-rw-r--r-- | multimedia/libdc1394/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/libdc1394/Makefile b/multimedia/libdc1394/Makefile index 20dd13f47866..4e7b457694df 100644 --- a/multimedia/libdc1394/Makefile +++ b/multimedia/libdc1394/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdc1394 -# Date created: 2009-04-23 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= libdc1394 PORTVERSION= 2.2.0 @@ -26,4 +22,5 @@ MAN1= dc1394_multiview.1 \ grab_gray_image.1 \ grab_partial_image.1 +NO_STAGE= yes .include <bsd.port.mk> |