aboutsummaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-10-08 19:59:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-10-08 19:59:37 +0000
commit02b500f3775cffb7f9ee071a2a4fb783beaec819 (patch)
tree2123d6d04787552eceeecb5f89e2938de104bce8 /security/heimdal
parent6f7747d87728ab121e731ea3fd7b05a5fd364ea1 (diff)
downloadports-02b500f3775cffb7f9ee071a2a4fb783beaec819.tar.gz
ports-02b500f3775cffb7f9ee071a2a4fb783beaec819.zip
- Set CONFLICTS with krb4 and krb5
- Portlint PR: ports/85025 Submitted by: lofi Approved by: maintainer timeout (nectar, 7 weeks)
Notes
Notes: svn path=/head/; revision=144604
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index ce01e200b1c7..4bc443f9239c 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -17,6 +17,8 @@ DISTNAME= heimdal-${PORTVERSION}
MAINTAINER= nectar@FreeBSD.ORG
COMMENT= A re-implementation of Kerberos V
+CONFLICTS= krb4-[0-9]* krb5-[0-9]*
+
OPTIONS+= LDAP "Use OpenLDAP as the KDC backend" off
OPTIONS+= CRACKLIB "Use CrackLib for password quality checking" off
OPTIONS+= X11 "Build X11 utilies" off
@@ -47,7 +49,7 @@ CONFIGURE_ARGS+= --without-x
.if defined(HEIMDAL_HOME)
PREFIX= ${HEIMDAL_HOME}
.else
-CONFLICTS= wu-ftpd-[0-9]* wu-ftpd+ipv6-[0-9]*
+CONFLICTS+= wu-ftpd-[0-9]* wu-ftpd+ipv6-[0-9]*
.endif
INFO= heimdal
@@ -90,6 +92,6 @@ post-install:
${PREFIX}/etc/rc.d/kdc.sh.sample
.if ${ARCH} == "amd64"
-CFLAGS+= -fPIC
+CFLAGS+= -fPIC
.endif
.include <bsd.port.post.mk>