diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2015-12-15 21:47:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2015-12-15 21:47:15 +0000 |
commit | 8c0695ffb09e2764a9d93861b7c0eb499bc50e4c (patch) | |
tree | 77d1e8ae8e1cdcd841bf9313feb545547b3c730a | |
parent | 4c8f1901de6ace3157ee07c5e416008420a2e4f3 (diff) | |
download | ports-8c0695ffb09e2764a9d93861b7c0eb499bc50e4c.tar.gz ports-8c0695ffb09e2764a9d93861b7c0eb499bc50e4c.zip |
Notes
-rw-r--r-- | misc/magicpoint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 7247da10a094..14effcc9c224 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ MAINTAINER= dinoex@FreeBSD.org COMMENT= X11-based presentation tool -BROKEN= Doesn't build with freetype2 2.6.1 or higher - LICENSE= BSD3CLAUSE LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \ @@ -46,13 +44,15 @@ EMACS_LISPS_MGP=COPYING README mgp.el mgp.sty sample.tex SAMPLE_SCRIPTS= eqn2eps.sh tex2eps.sh mgp2html.pl mgp2latex.pl OPTIONS_DEFINE= FREETYPE XFT GIF DOCS -OPTIONS_DEFAULT=FREETYPE XFT GIF +OPTIONS_DEFAULT=XFT GIF NO_OPTIONS_SORT=yes +FREETYPE_PREVENTS= XFT FREETYPE_CONFIGURE_ENABLE= freetype +FREETYPE_LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype +XFT_PREVENTS= FREETYPE XFT_USES= iconv XFT_USE= XORG=xft -XFT_LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype XFT_CONFIGURE_ENABLE= xft2 XFT_CONFIGURE_ON= --enable-freetype-charset16 GIF_CONFIGURE_ENABLE= gif |