diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-06-30 06:51:47 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-06-30 06:51:47 +0000 |
commit | 6cf03c5c0991d1595093c4cc943308bb03f03286 (patch) | |
tree | 1782e83dd9401f35697a3ec012a0dff53011c57d /mail/popper | |
parent | ee3266024027df2aff3cea7177b571bbc1950142 (diff) | |
download | ports-6cf03c5c0991d1595093c4cc943308bb03f03286.tar.gz ports-6cf03c5c0991d1595093c4cc943308bb03f03286.zip |
Notes
Diffstat (limited to 'mail/popper')
-rw-r--r-- | mail/popper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile index af3ec6292ed7..04f278aa2716 100644 --- a/mail/popper/Makefile +++ b/mail/popper/Makefile @@ -3,7 +3,7 @@ # Date created: 1 April 1995 # Whom: pst # -# $Id: Makefile,v 1.20 1997/11/20 14:38:36 ache Exp $ +# $Id: Makefile,v 1.21 1997/12/24 01:21:35 alex Exp $ # DISTNAME= qpopper2.41beta1 @@ -35,7 +35,7 @@ P_LIBS+= -lmd -lutil GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-apop=${PREFIX}/etc/popper/pop.auth \ - --with-apopuid=pop + --with-apopuid=pop --enable-debugging CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}" MAN8= popauth.8 popper.8 |