diff options
author | mi <mi@FreeBSD.org> | 2005-10-13 05:02:55 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-10-13 05:02:55 +0800 |
commit | 810daa75e7f14aeaf6585f49cda9f329c0b460ec (patch) | |
tree | cecbfc2e48b822b4a38f53595d606493bed05ec9 /print/lyx14 | |
parent | e4cd1451acacb1bcbfac94445e9bd1e5606c62c6 (diff) | |
download | freebsd-ports-gnome-810daa75e7f14aeaf6585f49cda9f329c0b460ec.tar.gz freebsd-ports-gnome-810daa75e7f14aeaf6585f49cda9f329c0b460ec.tar.zst freebsd-ports-gnome-810daa75e7f14aeaf6585f49cda9f329c0b460ec.zip |
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)
Diffstat (limited to 'print/lyx14')
-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 |