diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
commit | f30824b2efbe63d43d2f6c20532432b115efc294 (patch) | |
tree | 9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/konversation-kde4 | |
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: irc)
Diffstat (limited to 'irc/konversation-kde4')
-rw-r--r-- | irc/konversation-kde4/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index 8c075ba1b53d..112d3bfe3996 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: konversation -# Date created: 15 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= konversation PORTVERSION= 1.4 @@ -24,4 +20,5 @@ USES= cmake USE_KDE4= kdeprefix pimlibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build +NO_STAGE= yes .include <bsd.port.mk> |