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/p5-Audio-WMA | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Notes
Notes:
svn path=/head/; revision=327706
Diffstat (limited to 'audio/p5-Audio-WMA')
-rw-r--r-- | audio/p5-Audio-WMA/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/p5-Audio-WMA/Makefile b/audio/p5-Audio-WMA/Makefile index cfab3598686b..6e44b6d51b15 100644 --- a/audio/p5-Audio-WMA/Makefile +++ b/audio/p5-Audio-WMA/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Ogg-Vorbis-Header -# Date created: Sept 11 2004 -# Whom: Simon Barner <barner@gmx.de> -# +# Created by: Simon Barner <barner@gmx.de> # $FreeBSD$ -# PORTNAME= Audio-WMA PORTVERSION= 1.3 @@ -15,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fetch info from WMA audio files USES= perl5 +NO_STAGE= yes USE_PERL5= configure MAN3= Audio::WMA.3 |