diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-21 07:14:46 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-21 07:14:46 +0800 |
commit | 7c05dc61975e302f254909c916855da727e8be6b (patch) | |
tree | aae9619644792b19b2ed945d864b5c9f952dbf6d /mail/sylpheed2 | |
parent | 88130c343d1cb8eac4887d5513ba25d667aa3c09 (diff) | |
download | freebsd-ports-gnome-7c05dc61975e302f254909c916855da727e8be6b.tar.gz freebsd-ports-gnome-7c05dc61975e302f254909c916855da727e8be6b.tar.zst freebsd-ports-gnome-7c05dc61975e302f254909c916855da727e8be6b.zip |
USE_IMLIB is deprecated. Switching all USE_IMLIB references to appropriate
USE_GNOME= imlib directives.
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 6efad9399509..3cecca81450a 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -17,7 +17,7 @@ COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes USE_REINPLACE= yes @@ -29,10 +29,10 @@ CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext \ .include <bsd.port.pre.mk> .if defined(WITH_PIXBUF) -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) |