diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:35 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:35 +0800 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/kstreamripper/Makefile | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) | |
download | freebsd-ports-gnome-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.tar.gz freebsd-ports-gnome-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.tar.zst freebsd-ports-gnome-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Diffstat (limited to 'audio/kstreamripper/Makefile')
-rw-r--r-- | audio/kstreamripper/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/kstreamripper/Makefile b/audio/kstreamripper/Makefile index 9ae81f381af9..49073f96a930 100644 --- a/audio/kstreamripper/Makefile +++ b/audio/kstreamripper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: kstreamripper -# Date created: 26 Apr 2010 -# Whom: Mina R Waheeb <syncer@gmail.com> -# +# Created by: Mina R Waheeb <syncer@gmail.com> # $FreeBSD$ -# PORTNAME= kstreamripper PORTVERSION= 0.7.1 @@ -17,6 +13,7 @@ COMMENT= A program for recording streams for KDE4 RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper USE_BZIP2= yes +NO_STAGE= yes USES= cmake USE_KDE4= kdelibs kdehier kdeprefix automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build |