diff options
Diffstat (limited to 'print/lyx14/Makefile')
-rw-r--r-- | print/lyx14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index 4c0c8e134f99..68ba244700ca 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/Makefile @@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --with-pspell \ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -.if exists(${LOCALBASE}/lib/libqt-mt.prl) +.if exists(${X11BASE}/lib/libqt-mt.prl) QT_PRESENT= on .else QT_PRESENT= off |