diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-17 07:18:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-17 07:18:28 +0800 |
commit | 4bed078143fd624c18ea7f4f8098ed92c1a0b84b (patch) | |
tree | b8958be827f588f465b458997d11ecefd3320ebb | |
parent | a400bfd13c5e4a8e717d68bbcad13b8c918186e9 (diff) | |
download | freebsd-ports-gnome-4bed078143fd624c18ea7f4f8098ed92c1a0b84b.tar.gz freebsd-ports-gnome-4bed078143fd624c18ea7f4f8098ed92c1a0b84b.tar.zst freebsd-ports-gnome-4bed078143fd624c18ea7f4f8098ed92c1a0b84b.zip |
Fix package building after Gentium fonts modification
Reported by: beat
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 9ad1bb06d8fe..9c72a92753fd 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -51,7 +51,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/Liberation/LiberationMono-Bold.ttf:${PORTSDIR}/x11-fonts/liberation-fonts-ttf \ ${LOCALBASE}/lib/X11/fonts/LinLibertineG/LinLibertine_DR_G.ttf:${PORTSDIR}/x11-fonts/linuxlibertine-g \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu \ - ${LOCALBASE}/lib/X11/fonts/gentium-basic/GenBasI.ttf:${PORTSDIR}/x11-fonts/gentium-basic + ${LOCALBASE}/lib/X11/fonts/GentiumBasic/GenBasI.ttf:${PORTSDIR}/x11-fonts/gentium-basic CONFLICTS_INSTALL= libreoffice-legacy-[0-9]* |