diff options
author | pav <pav@FreeBSD.org> | 2004-11-11 07:11:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-11 07:11:52 +0800 |
commit | ef914c2bea8c3741ed0b989c1d38092468f58102 (patch) | |
tree | ffdd79146ef46b3677fa40ed9d470cc6ce07c284 | |
parent | 5932d56921e4970ccca4e5e8c7cb1d64919bb6a6 (diff) | |
download | freebsd-ports-graphics-ef914c2bea8c3741ed0b989c1d38092468f58102.tar.gz freebsd-ports-graphics-ef914c2bea8c3741ed0b989c1d38092468f58102.tar.zst freebsd-ports-graphics-ef914c2bea8c3741ed0b989c1d38092468f58102.zip |
- Add knob for --enable-recursive
- Take maintainership
PR: ports/73791
Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
-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 57728ac02f7..8711abceecb 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 |