diff options
author | az <az@FreeBSD.org> | 2012-07-01 00:51:46 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-07-01 00:51:46 +0800 |
commit | 5253d5e4bd1522c747d7f50fed31169793e23391 (patch) | |
tree | 245112f6fa8ce3c5e4d8a0f0d2065b454ce259bf /textproc | |
parent | be74698928509733f4824b055fd52a94f0ddbfba (diff) | |
download | freebsd-ports-gnome-5253d5e4bd1522c747d7f50fed31169793e23391.tar.gz freebsd-ports-gnome-5253d5e4bd1522c747d7f50fed31169793e23391.tar.zst freebsd-ports-gnome-5253d5e4bd1522c747d7f50fed31169793e23391.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
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 |