From 8ccabfbeb2eff73432d7746a7afa9c37bacb7cdf Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 11 Jun 2006 19:17:19 +0000 Subject: Remove obsolete USE_PERL Reported by: erwin --- www/kazehakase/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'www/kazehakase') diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 3e5539744020..49d35aaf6cb5 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes USE_GETTEXT= yes -USE_GECKO= firefox mozilla seamonkey xulrunner +USE_GECKO= firefox mozilla seamonkey xulrunner<->thunderbird firefox-devel<->seamonkey INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gecko_engine=${GECKO} @@ -31,7 +31,6 @@ MAN1= kazehakase.1 .if defined(WITH_MIGEMO) USE_RUBY= yes -USE_PERL= yes BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv .endif @@ -84,8 +83,6 @@ pre-everything:: @${ECHO_MSG} "" post-patch: - @${REINPLACE_CMD} -e 's|thunderbird|xulrunner|' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/share/migemo|${LOCALBASE}/share/migemo|; \ s|=beginner|=medium|' ${WRKSRC}/etc/kzrc .if defined(WITH_MIGEMO) -- cgit