aboutsummaryrefslogtreecommitdiff
path: root/print/lyx15
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-03-09 06:42:53 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-03-09 06:42:53 +0000
commit8b6e285e822d72b96aaec789468b134a1ab277b6 (patch)
tree837bffc378e1a0e921cf6fc65f2cb28cb771e245 /print/lyx15
parent690004277c849987a3156f2f2bd9c646da70c452 (diff)
downloadports-8b6e285e822d72b96aaec789468b134a1ab277b6.tar.gz
ports-8b6e285e822d72b96aaec789468b134a1ab277b6.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)
Notes
Notes: svn path=/head/; revision=130683
Diffstat (limited to 'print/lyx15')
-rw-r--r--print/lyx15/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile
index 5848b671a813..0cce56adf51b 100644
--- a/print/lyx15/Makefile
+++ b/print/lyx15/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