summaryrefslogtreecommitdiff
path: root/mail/cucipop/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-03-29 02:35:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-03-29 02:35:24 +0000
commit426d697985966a8e4976e99b2dd85a0c09ad138f (patch)
treef9bd750bd36fc149adb86c575dcf5a907d4e5382 /mail/cucipop/Makefile
parentInstall with the correct modes. (diff)
comment out vhost support since it brings db2 vs. libc conflict in
certain situations. Describe why it is impossible to use APOP in such situation even for real accounts
Diffstat (limited to 'mail/cucipop/Makefile')
-rw-r--r--mail/cucipop/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile
index 34f332a482d9..ff1965e527d9 100644
--- a/mail/cucipop/Makefile
+++ b/mail/cucipop/Makefile
@@ -3,18 +3,20 @@
# Date created: 7 Jun 1997
# Whom: igor@zynaps.ru
#
-# $Id: Makefile,v 1.5 1998/08/28 08:15:07 vanilla Exp $
+# $Id: Makefile,v 1.6 1999/03/29 02:01:33 ache Exp $
#
# NOTE: APOP works only for virtual hosts as designed!
+# Virtual hosts works only with Berkeley DB2.
+# Berkeley DB2 is in conflict with libc, so commented out. :-(
DISTNAME= cucipop-1.31
CATEGORIES= mail
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/
-BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db
+#BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db
MAINTAINER= vanilla@FreeBSD.ORG
-MAN8= cucipop.8 makevpopdb.8
+MAN8= cucipop.8 #makevpopdb.8
.include <bsd.port.mk>