diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-08 19:59:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-08 19:59:37 +0000 |
commit | 02b500f3775cffb7f9ee071a2a4fb783beaec819 (patch) | |
tree | 2123d6d04787552eceeecb5f89e2938de104bce8 /security/heimdal | |
parent | 6f7747d87728ab121e731ea3fd7b05a5fd364ea1 (diff) |
Notes
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 6 |
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> |