diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/kcoloredit | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Notes
Notes:
svn path=/head/; revision=327733
Diffstat (limited to 'graphics/kcoloredit')
-rw-r--r-- | graphics/kcoloredit/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/kcoloredit/Makefile b/graphics/kcoloredit/Makefile index 3a175fd01cad..4f5f81c8e1ee 100644 --- a/graphics/kcoloredit/Makefile +++ b/graphics/kcoloredit/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: kcoloredit -# Date created: 2008-09-01 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= kcoloredit PORTVERSION= ${APP_VER}.${EXTRA_VER} @@ -25,4 +20,5 @@ USES= cmake APP_VER= 2.0.0 EXTRA_VER= 4.4.0 +NO_STAGE= yes .include <bsd.port.mk> |