diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:53:22 +0000 |
commit | a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7 (patch) | |
tree | 40fe0a02e0758fc49c8157653539df882d0f43e7 /print/easylatex | |
parent | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (diff) | |
download | ports-a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7.tar.gz ports-a41069ab3bfd541bc1346b1cecf61e6f8e73bcb7.zip |
Notes
Diffstat (limited to 'print/easylatex')
-rw-r--r-- | print/easylatex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/easylatex/Makefile b/print/easylatex/Makefile index 0f75f86ba643..f5c7b99067b9 100644 --- a/print/easylatex/Makefile +++ b/print/easylatex/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= nivit@FreeBSD.org COMMENT= Perl script which transforms "pseudo-LaTeX" into proper LaTeX -RUN_DEPENDS= ${SITE_PERL}/${SITE_ARCH}/Getopt/Declare.pm:${PORTSDIR}/devel/p5-Getopt-Declare +RUN_DEPENDS= p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare NO_BUILD= yes USE_PERL5= yes |