svn commit: r382099 - head/x11/mlterm

MANTANI Nobutaka nobutaka at FreeBSD.org
Tue Mar 24 13:43:17 UTC 2015


Author: nobutaka
Date: Tue Mar 24 13:43:16 2015
New Revision: 382099
URL: https://svnweb.freebsd.org/changeset/ports/382099
QAT: https://qat.redports.org/buildarchive/r382099/

Log:
  Add "--with-gtk=2.0" to CONFIGURE_ARGS to ensure use of gtk2 and vte.

Modified:
  head/x11/mlterm/Makefile

Modified: head/x11/mlterm/Makefile
==============================================================================
--- head/x11/mlterm/Makefile	Tue Mar 24 13:35:58 2015	(r382098)
+++ head/x11/mlterm/Makefile	Tue Mar 24 13:43:16 2015	(r382099)
@@ -17,7 +17,7 @@ USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gui=x11 --with-imagelib=gdk-pixbuf2 --enable-utmp \
 		--enable-optimize-redrawing \
-		--disable-iiimf
+		--disable-iiimf --with-gtk=2.0
 EXTERNAL_TOOLS=	mlclient,mlconfig,mlterm-menu,mlcc,w3mmlconfig,mlimgloader
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lintl


More information about the svn-ports-head mailing list