diff options
-rw-r--r-- | print/lyx-devel/Makefile | 2 | ||||
-rw-r--r-- | print/lyx/Makefile | 2 | ||||
-rw-r--r-- | print/lyx14/Makefile | 2 | ||||
-rw-r--r-- | print/lyx15/Makefile | 2 | ||||
-rw-r--r-- | print/lyx16/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 4c0c8e134f99..68ba244700ca 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/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 diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 4c0c8e134f99..68ba244700ca 100644 --- a/print/lyx/Makefile +++ b/print/lyx/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 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 diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 4c0c8e134f99..68ba244700ca 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/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 diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 4c0c8e134f99..68ba244700ca 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/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 |