From eab4e6a5754b4fe2fa5cd85df4889a9af3b83a5c Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Fri, 25 Feb 2011 09:35:28 +0000 Subject: [PATCH] Attempt to fix dependency on www/mimetex after its latest rearrangement Submitted by: pointyhat --- www/moodle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/moodle/Makefile b/www/moodle/Makefile index a30a851b3aab..4db5857c168b 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -71,7 +71,7 @@ USE_PHP+= ldap .endif .if !defined(WITHOUT_MIMETEX) -RUN_DEPENDS+= ${LOCALBASE}/www/cgi-bin/mimetex.cgi:${PORTSDIR}/www/mimetex +RUN_DEPENDS+= ${LOCALBASE}/www/mimetex/cgi-bin/mimetex.cgi:${PORTSDIR}/www/mimetex .endif NO_BUILD= yes