diff options
author | ache <ache@FreeBSD.org> | 1998-06-30 14:51:47 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-06-30 14:51:47 +0800 |
commit | 554bf2731fa0da63ce0d1da54190cb3696cc15a3 (patch) | |
tree | c13e2393f7f7e95aa6a063a2a81f2e380bab8a51 /mail/qpopper | |
parent | 60766db13b0251b21a2b276b46a034f06c71de5e (diff) | |
download | freebsd-ports-gnome-554bf2731fa0da63ce0d1da54190cb3696cc15a3.tar.gz freebsd-ports-gnome-554bf2731fa0da63ce0d1da54190cb3696cc15a3.tar.zst freebsd-ports-gnome-554bf2731fa0da63ce0d1da54190cb3696cc15a3.zip |
Enable debugging code
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index af3ec6292ed7..04f278aa2716 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/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 |