pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ices-mp3 Make this compile successfully with all...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0e3746e517d
branches:  trunk
changeset: 475919:b0e3746e517d
user:      kim <kim%pkgsrc.org@localhost>
date:      Sat May 29 16:01:14 2004 +0000

description:
Make this compile successfully with all of our Python packages (I hope).

diffstat:

 audio/ices-mp3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r a5692a5c17bd -r b0e3746e517d audio/ices-mp3/Makefile
--- a/audio/ices-mp3/Makefile   Sat May 29 15:42:51 2004 +0000
+++ b/audio/ices-mp3/Makefile   Sat May 29 16:01:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/24 18:08:13 kim Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/29 16:01:14 kim Exp $
 #
 
 DISTNAME=              ices-${ICES_VERSION}
@@ -52,9 +52,11 @@
 .include "../../audio/libvorbis/buildlink3.mk"
 .if defined(ICES_USE_PERL) && (${ICES_USE_PERL} == "YES")
 .include "../../lang/libperl/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-perl=${PERL5}
 .endif
 .if defined(ICES_USE_PYTHON) && (${ICES_USE_PYTHON} == "YES")
 .include "../../lang/python/application.mk"
+CONFIGURE_ARGS+=       --with-python=${PYTHONBIN}
 .endif
 .include "../../textproc/libxml2/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index