diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/mpg321/Makefile | |
parent | - update to 2.9.3 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Diffstat (limited to 'audio/mpg321/Makefile')
-rw-r--r-- | audio/mpg321/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index 1849974e0ad7..aedf09f0d46e 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mpg321 -# Date created: Mar 17, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mpg321 PORTVERSION= 0.2.10 @@ -18,6 +14,7 @@ LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao \ id3tag.0:${PORTSDIR}/audio/libid3tag \ mad.2:${PORTSDIR}/audio/libmad +NO_STAGE= yes .if defined(WITH_MPG321_SCROBBLER_PATCH) RUN_DEPENDS= scrobbler-helper:${PORTSDIR}/audio/p5-Audio-Scrobbler |