summaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-04-20 23:14:46 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-04-20 23:14:46 +0000
commit429ff4d8615042ffcc98a91759cac88c6c357c52 (patch)
treea5cfff286eb6e143b5084a3d4b8b7a472d248dff /mail/claws-mail
parentUnbreak for FreeBSD 5.x prior to addition of NSS module support (diff)
USE_IMLIB is deprecated. Switching all USE_IMLIB references to appropriate
USE_GNOME= imlib directives.
Notes
Notes: svn path=/head/; revision=79382
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index be57aa459d64..980ec750e2c4 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/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)