diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-19 16:18:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-19 16:18:10 +0800 |
commit | 57c5b31de7e18245f582318496394bea5bb4aefc (patch) | |
tree | a4d63eb155e8dfb9428d1f6faed6e91fcb4150fd /mail | |
parent | e393efe41636d2ce1d333ea764a674b6dc86cda9 (diff) | |
download | freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.tar.gz freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.tar.zst freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.zip |
Add USE_REINPLACE where appropriate.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 1 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 1 | ||||
-rw-r--r-- | mail/vm-pop3d/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index b7c4c27b7bf1..54b83d30bc0d 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/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 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 diff --git a/mail/vm-pop3d/Makefile b/mail/vm-pop3d/Makefile index 09603f662638..cbe12204c1d1 100644 --- a/mail/vm-pop3d/Makefile +++ b/mail/vm-pop3d/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= system/mail/pop MAINTAINER= gslin@ccca.nctu.edu.tw +USE_REINPLACE= yes GNU_CONFIGURE= yes .if defined(WITH_IPVIRTUAL) |