diff options
author | pat <pat@FreeBSD.org> | 2002-01-09 10:15:36 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-09 10:15:36 +0800 |
commit | 7fda387db8c6c74c0be14357276e6073d9747928 (patch) | |
tree | 4061403f12ae9a7014b26aada45a5eb74f641272 /mail/claws-mail | |
parent | 4c2eb0012da20cb3c09d2603991f871b4c502873 (diff) | |
download | freebsd-ports-gnome-7fda387db8c6c74c0be14357276e6073d9747928.tar.gz freebsd-ports-gnome-7fda387db8c6c74c0be14357276e6073d9747928.tar.zst freebsd-ports-gnome-7fda387db8c6c74c0be14357276e6073d9747928.zip |
Fix bento error
PR: 33646
Submitted by: maintainer
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 67dce886df43..2f35f62725b7 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/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> |