From 810daa75e7f14aeaf6585f49cda9f329c0b460ec Mon Sep 17 00:00:00 2001 From: mi <mi@FreeBSD.org> Date: Wed, 12 Oct 2005 21:02:55 +0000 Subject: Look for Qt under X11BASE, not LOCALBASE. Duh... We really ought to stop keeping this artificial distinction. PR: ports/87244 Submitted by: Koji Yokota (and sem) --- print/lyx-devel/Makefile | 2 +- print/lyx/Makefile | 2 +- print/lyx14/Makefile | 2 +- print/lyx15/Makefile | 2 +- print/lyx16/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'print') 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 -- cgit