From ec07361022a43c5412d2bc73a7bfae0ddb56268e Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 14 Dec 2007 22:20:24 +0000 Subject: - Add missing dependency on perl - While here, fix shebang patching in prokburn --- audio/prokyon3/Makefile | 7 +++++-- audio/prokyon3/files/patch_prokburn | 8 -------- 2 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 audio/prokyon3/files/patch_prokburn (limited to 'audio') diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 958daf6de0d5..c6fc95b79b73 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -26,8 +26,9 @@ USE_GMAKE= yes USE_GETOPT_LONG=yes USE_GETTEXT= yes USE_MYSQL= yes +USE_PERL5_BUILD=yes CONFIGURE_ARGS+=--with-qtdir=${X11BASE} --with-id3-libs=${LOCALBASE}\ - --with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE} \ + --with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE} \ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include QT_NONSTANDARD= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include \ @@ -45,7 +46,9 @@ PLIST_FILES+= bin/prokburn post-patch: @${REINPLACE_CMD} -e 's|-g -O2|${CFLAGS}|; s|-lqt-mt|-lqt-mt ${PTHREAD_LIBS}|' ${WRKSRC}/configure -.if !defined(WITH_BURN) +.if defined(WITH_BURN) + @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/prokburn +.else @${REINPLACE_CMD} -e 's|prokburn||' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|prokburn||' ${WRKSRC}/Makefile.in .endif diff --git a/audio/prokyon3/files/patch_prokburn b/audio/prokyon3/files/patch_prokburn deleted file mode 100644 index 750d52acdee2..000000000000 --- a/audio/prokyon3/files/patch_prokburn +++ /dev/null @@ -1,8 +0,0 @@ ---- prokburn.orig Sun Jan 25 11:25:18 2004 -+++ prokburn Sun Jan 25 11:25:41 2004 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/local/bin/bash - ####################################################################################" - # A small bash utility to burn CD from prokyon3. - # PH FERME -- cgit v1.2.3