diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 16:51:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 16:51:46 +0000 |
commit | 1de384422cc2287c002be4c3629db29b9b52271d (patch) | |
tree | aa166626311fffbbf5bacf4e07633d5c7839d01f /textproc | |
parent | de22be74e4fdd7c61b576fc9803819d41390069d (diff) | |
download | ports-1de384422cc2287c002be4c3629db29b9b52271d.tar.gz ports-1de384422cc2287c002be4c3629db29b9b52271d.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-SpellChecker-GUI/Makefile | 8 |
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 |