From 429ff4d8615042ffcc98a91759cac88c6c357c52 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 20 Apr 2003 23:14:46 +0000 Subject: USE_IMLIB is deprecated. Switching all USE_IMLIB references to appropriate USE_GNOME= imlib directives. --- mail/sylpheed-claws/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/sylpheed-claws') diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index be57aa459d64..980ec750e2c4 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes -USE_GTK= yes +USE_GNOME= gtk12 USE_REINPLACE= yes MAN1= sylpheed-claws.1 @@ -38,10 +38,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" .if defined(WITH_PIXBUF) || defined(WITH_ALL) -LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +USE_GNOME+= gdkpixbuf CONFIGURE_ARGS+= --disable-imlib .else -USE_IMLIB= yes +USE_GNOME+= imlib CONFIGURE_ARGS+= --disable-gdk-pixbuf .endif .if defined(WITH_GPGME) || defined(WITH_ALL) -- cgit v1.2.3