diff options
Diffstat (limited to 'graphics/povray-meta/Makefile')
-rw-r--r-- | graphics/povray-meta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/povray-meta/Makefile b/graphics/povray-meta/Makefile index 40dfc782c2be..85f95e0aab46 100644 --- a/graphics/povray-meta/Makefile +++ b/graphics/povray-meta/Makefile @@ -44,7 +44,7 @@ PORT_OPTIONS+= POVRAY${ver} POV_VERSION= ${ver} . endif . if ${PORT_OPTIONS:MPOVRAY${ver}} -RUN_DEPENDS+= ${LOCALBASE}/bin/${POVRAY${ver}_BIN}:${PORTSDIR}/${POVRAY${ver}_PORT} +RUN_DEPENDS+= ${LOCALBASE}/bin/${POVRAY${ver}_BIN}:${POVRAY${ver}_PORT} . endif .endfor |