summaryrefslogtreecommitdiff
path: root/misc/magicpoint/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-26 09:23:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-26 09:23:54 +0000
commit598e3b95e377a3ff6d791057125fe27b1ffdb352 (patch)
treeae2da985769260bb23bc25c81c014e3f0f5add03 /misc/magicpoint/Makefile
parent- Mark CONFLICTS among mail/libspf2, mail/p5-Mail-SPF and mail/p5-Mail-SPF-Qu... (diff)
In preparation of the removal of USE_FREETYPE from bsd.port.mk: remove
USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework.
Notes
Notes: svn path=/head/; revision=316593
Diffstat (limited to 'misc/magicpoint/Makefile')
-rw-r--r--misc/magicpoint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 1b76d4c600df..331a21a7df7c 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \
mng:${PORTSDIR}/graphics/libmng
RUN_DEPENDS+= pnmscale:${PORTSDIR}/graphics/netpbm
-USE_IMAKE= yes
+USE_IMAKE= yese
USE_XORG= x11 xext xmu xt sm ice xi xtst
WANT_GNOME= yes
GNU_CONFIGURE= yes
@@ -46,7 +46,7 @@ NO_OPTIONS_SORT=yes
.if ${PORT_OPTIONS:MFREETYPE}
# Only freetype 1.x is supported
-USE_FREETYPE= yes
+LIB_DEPENDS+= ttf:${PORTSDIR}/print/freetype
CONFIGURE_ARGS+= --enable-freetype \
--enable-freetype-charset16
.else