aboutsummaryrefslogtreecommitdiff
path: root/mail/mailfromd
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-11-28 01:11:09 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-11-28 01:11:09 +0000
commit95010a2e6f4107d25a0375651e170396bfecd4d1 (patch)
tree0bce3941e5f975058bd4363e90a9cff4c34c643f /mail/mailfromd
parent70d5db5945055d32c5503acf3234b99a4e7b517b (diff)
downloadports-95010a2e6f4107d25a0375651e170396bfecd4d1.tar.gz
ports-95010a2e6f4107d25a0375651e170396bfecd4d1.zip
Allow to build with debugging support.
Requested by: maintainer
Notes
Notes: svn path=/head/; revision=455014
Diffstat (limited to 'mail/mailfromd')
-rw-r--r--mail/mailfromd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mailfromd/Makefile b/mail/mailfromd/Makefile
index abf788e11a04..85bfb90ac38b 100644
--- a/mail/mailfromd/Makefile
+++ b/mail/mailfromd/Makefile
@@ -33,7 +33,7 @@ SUB_LIST+= MFD_RUN_DIR=${MFD_RUN_DIR}
INFO= ${PORTNAME}
PORTDOCS= AUTHORS ChangeLog NEWS README THANKS TODO
-OPTIONS_DEFINE= DOCS DSPAM GEOIP NLS
+OPTIONS_DEFINE= DEBUG DOCS DSPAM GEOIP NLS
OPTIONS_DEFAULT= GDBM
OPTIONS_MULTI= DB
OPTIONS_MULTI_DB= BDB GDBM
@@ -42,6 +42,8 @@ OPTIONS_SUB= yes
BDB_DESC= Berkeley DB v4.8 support (last working one)
DB_DESC= Database configuration
+DEBUG_CONFIGURE_ON= --enable-debug
+
DSPAM_DESC= DSPAM spam filter library support
DSPAM_LIB_DEPENDS= libdspam.so:mail/dspam
DSPAM_USES= pkgconfig