diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
commit | 2f57eb092608beb8bbffe9812d1ec7c511510adc (patch) | |
tree | 97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /textproc/eqe | |
parent | 249ae119e2118396c64c42bcc26b25b0fbbcc8e5 (diff) |
Notes
Diffstat (limited to 'textproc/eqe')
-rw-r--r-- | textproc/eqe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/eqe/Makefile b/textproc/eqe/Makefile index c28413e677af..100d206778a4 100644 --- a/textproc/eqe/Makefile +++ b/textproc/eqe/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://rlehy.free.fr/ MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX equation editor -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ +BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ Magick++-config:${PORTSDIR}/graphics/ImageMagick \ |