summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 11:31:45 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 11:56:25 +0200
commit8e0018d94f43bddbe343d4e22d3465e80345d357 (patch)
tree1534d0ccfe215cdb22faf3bb50250bcc9a915a7d /x11/xlockmore
parent663caebc3ef28e5e3887a0685a442ae490324c86 (diff)
downloadfreebsd-ports-8e0018d94f43bddbe343d4e22d3465e80345d357.zip
x11/xlockmore: remove FREETYPE option
xlockmore already uses feetype (freetype2) this option was to use the long ago deprecated freetype1 library thought the gltt (which is also abandonned)
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 0c2e761a9412..50c351eb2e16 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -21,13 +21,13 @@ CPE_VENDOR= sillycycle
CONFIGURE_ARGS= --without-motif --without-editres \
--without-dtsaver --without-rplay --without-nas \
--without-gtk --without-esound --disable-setuid \
- --disable-kerberos4
+ --disable-kerberos4 --without-ttf
GNU_CONFIGURE= yes
PORTDOCS= README ${PORTNAME}.README
OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \
KERBEROS5 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK JP \
- XINERAMA DOCS FREETYPE
+ XINERAMA DOCS
OPTIONS_RADIO= ONE
OPTIONS_RADIO_ONE= PAM XLOCK_GROUP
OPTIONS_DEFAULT= MB XINERAMA
@@ -86,9 +86,6 @@ GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libpng.so:graphics/png
GTK2_USE= gnome=cairo,gdkpixbuf2,gtk20
GTK2_USES= gnome pkgconfig
-FREETYPE_CONFIGURE_WITH= ttf
-FREETYPE_LIB_DEPENDS= libgltt.so:graphics/gltt
-FREETYPE_CFLAGS= -I${LOCALBASE}/include/gltt
.include <bsd.port.options.mk>