diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-10-12 21:02:55 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-10-12 21:02:55 +0000 |
commit | 26de6b12c7c53e188cc21a0019d6b4411df98a99 (patch) | |
tree | 99ce815a4cac216b6ce3f748e48e696d695b98a4 /print/lyx16/Makefile | |
parent | 922f2f46df1914a5e5f95ee15717f42b49a1c23d (diff) |
Notes
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r-- | print/lyx16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |