From 7fda387db8c6c74c0be14357276e6073d9747928 Mon Sep 17 00:00:00 2001 From: pat Date: Wed, 9 Jan 2002 02:15:36 +0000 Subject: Fix bento error PR: 33646 Submitted by: maintainer --- mail/sylpheed-claws/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/sylpheed-claws') 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 -- cgit