From 5253d5e4bd1522c747d7f50fed31169793e23391 Mon Sep 17 00:00:00 2001 From: az Date: Sat, 30 Jun 2012 16:51:46 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Approved by: portmgr@ (bapt@) --- textproc/p5-Text-SpellChecker-GUI/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'textproc') diff --git a/textproc/p5-Text-SpellChecker-GUI/Makefile b/textproc/p5-Text-SpellChecker-GUI/Makefile index d7d0f9ec4787..d07584867292 100644 --- a/textproc/p5-Text-SpellChecker-GUI/Makefile +++ b/textproc/p5-Text-SpellChecker-GUI/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= vvelox@vvelox.net COMMENT= Implements a user interface to Text::SpellChecker using ZConf::GUI -BUILD_DEPENDS= ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \ - ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \ - ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \ - ${SITE_PERL}/Text/SpellChecker.pm:${PORTSDIR}/textproc/p5-Text-SpellChecker +BUILD_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \ + p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \ + p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ + p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker PERL_CONFIGURE= yes -- cgit