Date: Thu, 25 Dec 2014 14:43:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375574 - head/x11/metisse Message-ID: <201412251443.sBPEh1Qw047337@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 25 14:43:00 2014 New Revision: 375574 URL: https://svnweb.freebsd.org/changeset/ports/375574 QAT: https://qat.redports.org/buildarchive/r375574/ Log: Drop IMLIB option Modified: head/x11/metisse/Makefile Modified: head/x11/metisse/Makefile ============================================================================== --- head/x11/metisse/Makefile Thu Dec 25 14:41:45 2014 (r375573) +++ head/x11/metisse/Makefile Thu Dec 25 14:43:00 2014 (r375574) @@ -45,7 +45,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= MMX GLX ATSPI STROKE RPLAY FRIBIDI GLIB GTK2 GCONF \ - GTK1 IMLIB DOCS + GTK1 DOCS OPTIONS_DEFINE_i386= GLX_X86 GLX_X86_DESC= GLX with x86 optimizations @@ -54,7 +54,6 @@ RPLAY_DESC= RPlay support in FvwmEvent GLIB_DESC= Use GLib 2.x for module integration GTK2_DESC= Use GDK-PixBuf-2.0 for image loading GTK1_DESC= Legacy GTK+ 1.2.x support -IMLIB_DESC= Imlib support in FvwmGtk OPTIONS_DEFAULT= MMX GLX OPTIONS_DEFAULT_i386= GLX_X86 @@ -109,11 +108,7 @@ PLIST_SUB+= GCONF="@comment " USE_GNOME+= gtk12 .endif -.if ${HAVE_GNOME:Mimlib} || ${PORT_OPTIONS:MIMLIB} -USE_GNOME+= imlib -.endif - -_GTK= ${USE_GNOME:Mgtk12} ${USE_GNOME:Mimlib} +_GTK= ${USE_GNOME:Mgtk12} .if !empty(_GTK) PLIST_SUB+= GTK="" .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412251443.sBPEh1Qw047337>