aboutsummaryrefslogtreecommitdiffstats
path: root/mail/vm-pop3d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/vm-pop3d/Makefile')
-rw-r--r--mail/vm-pop3d/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/vm-pop3d/Makefile b/mail/vm-pop3d/Makefile
index 7ea115126b5b..7bc457b8b279 100644
--- a/mail/vm-pop3d/Makefile
+++ b/mail/vm-pop3d/Makefile
@@ -23,6 +23,9 @@ CONFIGURE_ARGS+= --enable-ip-based-virtual --enable-virtual
.elif defined(WITH_VIRTUAL)
CONFIGURE_ARGS+= --enable-virtual
.endif
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
+.endif
MAN8= vm-pop3d.8
@@ -34,6 +37,7 @@ pre-patch:
@${ECHO} ""
@${ECHO} " WITH_VIRTUAL enable virtual passwd files and spool directories."
@${ECHO} " WITH_IPVIRTUAL enable IP-based virtual passwd files and spool directories."
+ @${ECHO} " WITH_DEBUG enable debugging."
@${ECHO} ""
post-patch:
/td>Update GeoIP to 1.1.1. This version update has a significant API change inseanc2002-11-201-1/+1 * Update GeoIP to 1.0.9. Update categories that were missed after theseanc2002-10-181-1/+1 * Update GeoIP to 1.0.8. Grab maintainership of both of these ports.seanc2002-10-071-1/+1 * Fix misc/GeoIP's hanging install target by cat'ing a real file (not stdin).seanc2002-09-281-1/+1 * upgrade to GeoIP v1.0.4leeym2002-09-091-1/+1 * Upgrade to 1.0.2leeym2002-08-241-1/+1