summaryrefslogtreecommitdiff
path: root/misc/magicpoint/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 11:50:46 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 11:56:28 +0200
commit9b53a684517b9527a537f9694dddb6e09c0f8830 (patch)
treeacdec5217219b7096411e5b10ee41e8316c2f027 /misc/magicpoint/Makefile
parentprint/ttftot42: remove abandonware (diff)
misc/magicpoint: remove dependency on freetype1 (was off by default)
Diffstat (limited to 'misc/magicpoint/Makefile')
-rw-r--r--misc/magicpoint/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 35a6c56abd0c..1b054748866b 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -21,7 +21,7 @@ USES= imake:env perl5 pkgconfig xorg
USE_PERL5= run
USE_XORG= x11 xext xmu xt sm ice xi xtst
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-vflib --enable-locale
+CONFIGURE_ARGS= --disable-vflib --enable-locale --disable-freetype
CONFIGURE_ENV= mgp_cv_path_perl=${PERL}
CPPFLAGS+= -I..
LATE_INSTALL_ARGS= install.man
@@ -41,14 +41,10 @@ EMACS_LISPS= mgp-mode.el
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_DEFINE= XFT GIF DOCS
OPTIONS_DEFAULT=XFT GIF
NO_OPTIONS_SORT=yes
-FREETYPE_PREVENTS= XFT
-FREETYPE_CONFIGURE_ENABLE= freetype
-FREETYPE_LIB_DEPENDS= libttf.so:print/freetype
-XFT_PREVENTS= FREETYPE
XFT_USES= iconv
XFT_USE= XORG=xft
XFT_CONFIGURE_ENABLE= xft2
@@ -67,8 +63,6 @@ post-configure:
${SETENV} ${MAKE_ENV} ${XMKMF} ${XMKMF_ARGS}
cd ${WRKSRC}/contrib/xmindpath && \
${SH} ${CONFIGURE_SCRIPT} --prefix=${PREFIX}
- ${REINPLACE_CMD} -e 's|freetype1/freetype|freetype1|g' \
- ${WRKSRC}/Makefile ${WRKSRC}/image/Makefile
post-build:
cd ${WRKSRC}/contrib/xmindpath && \