diff options
author | pav <pav@FreeBSD.org> | 2009-01-09 00:58:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-09 00:58:29 +0800 |
commit | ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70 (patch) | |
tree | 51d2c8c43cc8dd140fea00962cfcede46036c2bc /mail | |
parent | f95a6c3c6b85f91f02494514c9002fd03b73a2ab (diff) | |
download | freebsd-ports-gnome-ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70.tar.gz freebsd-ports-gnome-ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70.tar.zst freebsd-ports-gnome-ba5f47c2c84b3b87ebf8f08136c1e3bc5cc63c70.zip |
- No need to define USE_REINPLACE these days
Diffstat (limited to 'mail')
-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}" |