aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-libvorbis/files/patch-Makefile.PL
blob: 84cd0171d79c3308ce762e0666624455d29cf9a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

$FreeBSD$

--- Makefile.PL.orig    Mon Oct 23 08:53:08 2000
+++ Makefile.PL Wed Jul 31 16:09:47 2002
@@ -4,8 +4,7 @@
 WriteMakefile(
     'NAME' => 'Ogg::Vorbis',
     'VERSION_FROM' => 'Vorbis.pm',
-    'LIBS' => ['-logg -lvorbis -lvorbisfile'],
+    'LIBS' => ['-L%%PREFIX%%/lib -logg -lvorbis -lvorbisfile'],
     'DEFINE'   => '',
-    'INC'  => '-I/usr/local/include/vorbis',
-    'EXE_FILES' => ['pogg'],
+    'INC'  => '-I%%PREFIX%%/include',
 );
d>sunpoet2017-04-041-1/+1 * www/p5-Plack: update 1.0036 -> 1.0039robak2016-12-102-4/+5 * Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-31/+31 * Make it so that the default Perl is always called perl5.mat2015-09-141-1/+1