diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-10 23:11:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-10 23:11:52 +0000 |
commit | 07f579af4088a4e55585b25377c2bbcceacced6f (patch) | |
tree | fc682330a72edc33c8012f08430c1e6419127ad0 /audio | |
parent | 0cd2ecfdb78204951e5b7020a1efefef5856f31d (diff) | |
download | ports-07f579af4088a4e55585b25377c2bbcceacced6f.tar.gz ports-07f579af4088a4e55585b25377c2bbcceacced6f.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vorbisgain/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile index 57728ac02f73..8711abceecbc 100644 --- a/audio/vorbisgain/Makefile +++ b/audio/vorbisgain/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://sjeng.org/ftp/vorbis/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= Calculates the perceived sound level of an Ogg Vorbis file LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis @@ -26,6 +26,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= vorbisgain.1 PLIST_FILES= bin/vorbisgain +.if defined(WITH_RECURSIVE) +CONFIGURE_ARGS= --enable-recursive +.endif + pre-configure: @${CHMOD} +x ${WRKSRC}/configure |