diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-22 16:07:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-22 16:07:35 +0000 |
commit | 92e871c84f186bc40f99c2fb4f6b30687be10083 (patch) | |
tree | bada54a678eead568aab0f76134d0c9733e1ac7f /audio | |
parent | 4f529933d790742c9583e660ebcec7eb4d38dcdb (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Ogg-Vorbis-Header/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/p5-Ogg-Vorbis-Header/Makefile b/audio/p5-Ogg-Vorbis-Header/Makefile index bbf4358c48a1..f526026f49bc 100644 --- a/audio/p5-Ogg-Vorbis-Header/Makefile +++ b/audio/p5-Ogg-Vorbis-Header/Makefile @@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files +BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis -BUILD_DEPENDS= ${SITE_PERL}/Inline/MakeMaker.pm:${PORTSDIR}/devel/p5-Inline RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes - PERL_CONFIGURE= yes MAN3= Ogg::Vorbis::Header.3 diff --git a/audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm b/audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm index 3248231b7e67..8724c8700f5a 100644 --- a/audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm +++ b/audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm @@ -7,7 +7,7 @@ - LIBS => '-logg -lvorbis -lvorbisfile', - INC => '-I/inc', + LIBS => '-L${LOCALBASE}/lib -logg -lvorbis -lvorbisfile', -+ INC => '-I/inc -I${LOCALBASE}/include', ++ INC => '-I${LOCALBASE}/include', AUTO_INCLUDE => '#include "inc/vcedit.h"', AUTO_INCLUDE => '#include "inc/vcedit.c"', VERSION => '0.03', |