aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-SpellChecker-GUI
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 16:51:46 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 16:51:46 +0000
commit1de384422cc2287c002be4c3629db29b9b52271d (patch)
treeaa166626311fffbbf5bacf4e07633d5c7839d01f /textproc/p5-Text-SpellChecker-GUI
parentde22be74e4fdd7c61b576fc9803819d41390069d (diff)
downloadports-1de384422cc2287c002be4c3629db29b9b52271d.tar.gz
ports-1de384422cc2287c002be4c3629db29b9b52271d.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300282
Diffstat (limited to 'textproc/p5-Text-SpellChecker-GUI')
-rw-r--r--textproc/p5-Text-SpellChecker-GUI/Makefile8
1 files changed, 4 insertions, 4 deletions
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