From 67985f6aaa6ff6a3dfb7cef050a6dfd73ef37d2d Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 16:36:23 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: editors) --- editors/lazarus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/lazarus') diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index bf42d2cee02c..0736131bec8d 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -1,4 +1,4 @@ -# Created by: Shaun Amott +# Created by: Shaun Amott # $FreeBSD$ PORTNAME= lazarus @@ -44,6 +44,7 @@ QT4_DESC= Use qt4 interface OPTIONS_DEFAULT= GTK2 .endif +NO_STAGE= yes .include .if ${ARCH} == "i386" -- cgit