diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:10:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:10:23 +0800 |
commit | ea8ff22cff3d553574b25de8cfd89024ab2cb22e (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/openh323 | |
parent | f4e54587cbf7898bdbed25ffd7a865f48f22cc34 (diff) | |
download | freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.gz freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.zst freebsd-ports-gnome-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 9ee6d09aa3ab..e98e21bfa789 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# Created by: Roger Hardiman <roger@freebsd.org> +# Created by: Roger Hardiman <roger@FreeBSD.org> # $FreeBSD$ PORTNAME= openh323 @@ -29,6 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${WRKSRC}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= BUILDTIME="YES" +NO_STAGE= yes .include <bsd.port.pre.mk> .ifdef (WITH_FFMPEG) |