diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 15:07:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 15:07:39 +0000 |
commit | 364abe76fd9eef8f21dfc042689643cc3aee11d1 (patch) | |
tree | bf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /textproc/lasem | |
parent | 7e9d10e043b551b015afc55d516c1f0d1ee30ab2 (diff) |
Notes
Diffstat (limited to 'textproc/lasem')
-rw-r--r-- | textproc/lasem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/lasem/Makefile b/textproc/lasem/Makefile index d16df16dd794..12c2c2c726e8 100644 --- a/textproc/lasem/Makefile +++ b/textproc/lasem/Makefile @@ -13,7 +13,7 @@ COMMENT= SVG/Mathml renderer and editor LICENSE= GPLv2 -RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/stix:${PORTSDIR}/x11-fonts/stix-fonts +RUN_DEPENDS= stixfonts>0:${PORTSDIR}/x11-fonts/stix-fonts GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |