diff options
Diffstat (limited to 'science/ncs')
-rw-r--r-- | science/ncs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/ncs/Makefile b/science/ncs/Makefile index 992ae9c88edd..cdee469eb340 100644 --- a/science/ncs/Makefile +++ b/science/ncs/Makefile @@ -90,7 +90,7 @@ LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas BLAS_LIB= -lblas .endif -.if exists(${X11BASE}/bin/acroread) +.if exists(${LOCALBASE}/bin/acroread) RUN_DEPENDS+= acroread:${PORTSDIR}/print/acroreadwrapper .else RUN_DEPENDS+= xpdf:${PORTSDIR}/graphics/xpdf |