diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-03-09 06:42:53 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-03-09 06:42:53 +0000 |
commit | 8b6e285e822d72b96aaec789468b134a1ab277b6 (patch) | |
tree | 837bffc378e1a0e921cf6fc65f2cb28cb771e245 /print | |
parent | Change the port name to lower case. (diff) |
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')
-rw-r--r-- | print/lyx-devel/Makefile | 1 | ||||
-rw-r--r-- | print/lyx/Makefile | 1 | ||||
-rw-r--r-- | print/lyx14/Makefile | 1 | ||||
-rw-r--r-- | print/lyx15/Makefile | 1 | ||||
-rw-r--r-- | print/lyx16/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 5848b671a813..0cce56adf51b 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/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 diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 5848b671a813..0cce56adf51b 100644 --- a/print/lyx/Makefile +++ b/print/lyx/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 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 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 diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 5848b671a813..0cce56adf51b 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/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 |