diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-26 17:23:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-26 17:23:54 +0800 |
commit | 749467827d5c3e888c46b1337bbaf212aa76a1bc (patch) | |
tree | ae2da985769260bb23bc25c81c014e3f0f5add03 /misc | |
parent | 524f8813b2c432ce839881a3f22ceca59abaec10 (diff) | |
download | freebsd-ports-gnome-749467827d5c3e888c46b1337bbaf212aa76a1bc.tar.gz freebsd-ports-gnome-749467827d5c3e888c46b1337bbaf212aa76a1bc.tar.zst freebsd-ports-gnome-749467827d5c3e888c46b1337bbaf212aa76a1bc.zip |
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/magicpoint/Makefile | 4 |
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 |