aboutsummaryrefslogtreecommitdiff
path: root/x11/mlterm
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-13 16:08:40 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-13 16:08:40 +0000
commitf50b94a4169968e9ca5adee221de2ec31cd1b684 (patch)
tree6f808cbd15bf40358e8b0e88aa3baed528c87213 /x11/mlterm
parentac63be610e268860ab3b434feaf2ba05d5b5bb97 (diff)
downloadports-f50b94a4169968e9ca5adee221de2ec31cd1b684.tar.gz
ports-f50b94a4169968e9ca5adee221de2ec31cd1b684.zip
Use USE_SDL where appropriate
Notes
Notes: svn path=/head/; revision=490151
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 395013f2edc4..7cac54ff35d9 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
-USES= gettext libtool perl5 pkgconfig
+USES= gettext gnome libtool perl5 pkgconfig
USE_XORG= sm x11 xft
USE_GNOME= cairo gdkpixbuf2 gtk20 vte
USE_LDCONFIG= yes
@@ -65,9 +65,8 @@ CAIRO_CONFIGURE_OFF= --with-type-engines="xcore,xft"
SIXEL_CONFIGURE_ENABLE= sixel
-REGIS_LIB_DEPENDS= libSDL.so:devel/sdl12 \
- libSDL_ttf.so:graphics/sdl_ttf \
- libfontconfig.so:x11-fonts/fontconfig
+REGIS_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
+REGIS_USE= SDL=ttf
.include <bsd.port.options.mk>