diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:52:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:52:24 +0000 |
commit | eea5b447dacac1ef2abd25db061dbb7ab4b456e8 (patch) | |
tree | e9ff69256a9845ee60f467b137b49a0e21bcc311 /x11-servers/x2vnc | |
parent | 8370206e3b269db1256cd3ad8c518e2574eaaa63 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-servers)
Notes
Notes:
svn path=/head/; revision=327782
Diffstat (limited to 'x11-servers/x2vnc')
-rw-r--r-- | x11-servers/x2vnc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-servers/x2vnc/Makefile b/x11-servers/x2vnc/Makefile index 8a90211123fa..cf082f49fb87 100644 --- a/x11-servers/x2vnc/Makefile +++ b/x11-servers/x2vnc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x2vnc -# Date created: 12th September 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ -# PORTNAME= x2vnc PORTVERSION= 1.72 @@ -23,4 +19,5 @@ USE_XORG= x11 xext xrandr xxf86dga ice xinerama xrandr xrender xscrnsaver sm MAN1= x2vnc.1 PLIST_FILES= bin/x2vnc +NO_STAGE= yes .include <bsd.port.mk> |