diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 16:58:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 16:58:29 +0000 |
commit | aa6dc6e7bd697b849b28852061236dc277a49908 (patch) | |
tree | 7e16d505bc2042fc43ee474e20d0d9fc59e3f836 /mail/qpopper | |
parent | 2d103d3fa5b8bc906a2b7e4c3c96bee0f6c93742 (diff) | |
download | ports-aa6dc6e7bd697b849b28852061236dc277a49908.tar.gz ports-aa6dc6e7bd697b849b28852061236dc277a49908.zip |
- No need to define USE_REINPLACE these days
Notes
Notes:
svn path=/head/; revision=225487
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index c804dc25fc49..3b539d101801 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -17,7 +17,6 @@ MAINTAINER= bc979@lafn.org COMMENT= Berkeley POP 3 server (now maintained by Qualcomm) USE_AUTOTOOLS= autoconf:262 -USE_REINPLACE= yes USE_OPENSSL= yes CONFIGURE_ENV= LIBS="-lcrypt -lmd -lutil -L${LOCALBASE}/lib" \ OS_DEFS="-DSETPROCTITLE ${OS_DEFS}" |