diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:36:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:36:23 +0000 |
commit | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (patch) | |
tree | 7d489d520969c0d33b61d0c9aea1a4e8d6ec4545 /editors/lazarus-lcl-nogui | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: editors)
Notes
Notes:
svn path=/head/; revision=327720
Diffstat (limited to 'editors/lazarus-lcl-nogui')
-rw-r--r-- | editors/lazarus-lcl-nogui/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile index 2403e0380193..548710f7e97f 100644 --- a/editors/lazarus-lcl-nogui/Makefile +++ b/editors/lazarus-lcl-nogui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lazarus-lcl-nogui -# Date Created: 2012-05-01 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 0 PKGNAMESUFFIX= -lcl-nogui @@ -16,4 +12,5 @@ LCL_INTERFACE= nogui MASTERDIR= ${.CURDIR}/../../editors/lazarus +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |