diff options
author | thierry <thierry@FreeBSD.org> | 2005-03-09 14:42:53 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-03-09 14:42:53 +0800 |
commit | c79bd3f72231296b21ac848c3c46d19bc94965a9 (patch) | |
tree | 19b254e7c398ab44488dbefc02fafc74c5fc7613 /print/lyx14 | |
parent | df73df22eaa38db1eb215c745e831fa6cda644c0 (diff) | |
download | freebsd-ports-gnome-c79bd3f72231296b21ac848c3c46d19bc94965a9.tar.gz freebsd-ports-gnome-c79bd3f72231296b21ac848c3c46d19bc94965a9.tar.zst freebsd-ports-gnome-c79bd3f72231296b21ac848c3c46d19bc94965a9.zip |
Add a dependency to x11-fonts/texcm-ttf when built with Qt / Xft:
it contains xft-compatible versions of LaTeX fonts for use with
visual math symbol display in LyX.
Don't add the submitted new port x11-fonts/latex-xft-fonts because
the requested fonts are already part of texcm-ttf.
PR: ports/76919
Submitted by: Andrew Thompson (maintainer)
Diffstat (limited to 'print/lyx14')
-rw-r--r-- | print/lyx14/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index 5848b671a813..0cce56adf51b 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/Makefile @@ -42,6 +42,7 @@ USE_QT_VER= 3 CONFIGURE_ARGS+= --with-frontend=qt QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf .else LIB_DEPENDS+= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_XPM= yes |