diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-11 17:06:29 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-11 17:06:29 +0000 |
commit | a7a0641aae27f1a6383469a0e2e2b25aaef51308 (patch) | |
tree | 67fd4fbd8dfe2925d8c3dda2fceb90c81bf863ac /audio/p5-Audio-CD | |
parent | 5ed28dbe7a2a8e3509a7fb0b144b8104d0bd8380 (diff) | |
download | ports-a7a0641aae27f1a6383469a0e2e2b25aaef51308.tar.gz ports-a7a0641aae27f1a6383469a0e2e2b25aaef51308.zip |
Notes
Diffstat (limited to 'audio/p5-Audio-CD')
-rw-r--r-- | audio/p5-Audio-CD/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-Audio-CD/files/patch-aa | 12 |
2 files changed, 3 insertions, 12 deletions
diff --git a/audio/p5-Audio-CD/Makefile b/audio/p5-Audio-CD/Makefile index dc00d9f6fd00..ea6d49a72a3c 100644 --- a/audio/p5-Audio-CD/Makefile +++ b/audio/p5-Audio-CD/Makefile @@ -7,6 +7,7 @@ PORTNAME= Audio-CD PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Audio @@ -17,6 +18,8 @@ MAINTAINER= roman@xpert.com LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio PERL_CONFIGURE= YES +CONFIGURE_ARGS= INC="-I${LOCALBASE}/include " \ + LIBS="-L${LOCALBASE}/lib -lcdaudio" MAN3= Audio::CD.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/audio/p5-Audio-CD/files/patch-aa b/audio/p5-Audio-CD/files/patch-aa deleted file mode 100644 index 69031515a270..000000000000 --- a/audio/p5-Audio-CD/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.PL.orig Wed May 17 08:12:52 2000 -+++ Makefile.PL Sun Oct 22 17:41:36 2000 -@@ -7,7 +7,8 @@ - 'macro' => { - CVSROOT => 'modperl.com:/local/cvs_repository', - }, -- 'LIBS' => ["-lcdaudio"], -+ 'INC' => "-I\${PREFIX}/include", -+ 'LIBS' => "-L\${PREFIX}/lib -lcdaudio", - DEFINE => '-g', - OBJECT => 'cddb_lookup.o CD.o', - ); |