aboutsummaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-01-16 10:39:57 +0000
committerRene Ladan <rene@FreeBSD.org>2019-01-16 10:39:57 +0000
commitd2d834e2d42e4a67f85e5edb44d6bb1fc30165d4 (patch)
treeea94df52b56cbca06a069f03cfb7fc74cfaa2925 /mail/qpopper
parentb28919518c79ea725561d387b6dad68216510022 (diff)
downloadports-d2d834e2d42e4a67f85e5edb44d6bb1fc30165d4.tar.gz
ports-d2d834e2d42e4a67f85e5edb44d6bb1fc30165d4.zip
Notes
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index 3dbce6eaff0b..ce2421b78016 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -47,14 +47,13 @@ SAMPLE_EXT= .sample
PKGDEINSTALL= ${PKGINSTALL}
-OPTIONS_DEFINE= APOP_ONLY APOP DOCUMENTATION DRAC FULL_POPD_DEBUG PAM \
+OPTIONS_DEFINE= APOP_ONLY APOP DOCUMENTATION FULL_POPD_DEBUG PAM \
POPPASSD SAMPLE_POPUSERS SHY_ENABLED \
OPENSSL STANDALONE_MODE U_OPTION
APOP_ONLY_DESC= build with APOP authentication only
APOP_DESC= build with APOP
DOCUMENTATION_DESC= install pdf documentation
-DRAC_DESC= build with Dynamic Relay Authorization
FULL_POPD_DEBUG_DESC= build with more verbose debugging
PAM_DESC= build with PAM authentication
POPPASSD_DESC= build the poppassd daemon
@@ -83,13 +82,6 @@ OS_DEFS+= -DAPOP_ONLY
.endif
.endif
-# If WITH_DRAC variable present in the environment, qpopper builds
-# with Dynamic Relay Authorization Control support.
-.if ${PORT_OPTIONS:MDRAC}
-CONFIGURE_ARGS+= --with-drac
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:mail/drac
-.endif
-
# If WITH_FULL_POPD_DEBUG variable present in the environment, qpopper builds
# with more verbose debugging. See also -d option to qpopper.
.if ${PORT_OPTIONS:MFULL_POPD_DEBUG}