diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
commit | 480346363349d34df50ccbe8af45c0135915e85e (patch) | |
tree | 1a2e4492be352c5eb3cccec7ffe7866db512735c /mail/sylpheed-claws/Makefile | |
parent | upgrade to 1.4.1 (diff) |
Add USE_REINPLACE where appropriate.
Notes
Notes:
svn path=/head/; revision=61545
Diffstat (limited to 'mail/sylpheed-claws/Makefile')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index b7c4c27b7bf1..54b83d30bc0d 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -27,6 +27,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes USE_GTK= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --program-suffix="-claws" --enable-ipv6 |