aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-09 02:15:36 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-09 02:15:36 +0000
commit6ec769034a7387757fa1b08ad64171021e39c4d8 (patch)
tree518f06ba72bf4617d94d147f3a6177fbaed33852 /mail/sylpheed-claws
parent5699967c67e462d9a779d4668b10e7406654b8af (diff)
downloadports-6ec769034a7387757fa1b08ad64171021e39c4d8.tar.gz
ports-6ec769034a7387757fa1b08ad64171021e39c4d8.zip
Fix bento error
PR: 33646 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=52787
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r--mail/sylpheed-claws/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index 67dce886df43..2f35f62725b7 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -23,6 +23,8 @@ USE_GTK= yes
CONFIGURE_ARGS= --program-suffix="-claws" --with-included-gettext \
--enable-ipv6
+CONFIGURE_ENV= CFLAGS="${CFLAGS}"
+
.if defined(WITH_PIXBUF)
LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
CONFIGURE_ARGS+= --disable-imlib
@@ -87,6 +89,7 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sylpheed-claws
.endfor
.endif
+ @${MKDIR} ${PREFIX}/share/pixmaps
@${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/sylpheed-claws.png
.include <bsd.port.mk>