diff options
author | pav <pav@FreeBSD.org> | 2005-10-09 03:59:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-09 03:59:37 +0800 |
commit | ea4bcf6a3a9b6dc2c476d8e5829bffbbe36e4afe (patch) | |
tree | 21cd49bf11bc78c3d086cae1d884ff0165300489 /security | |
parent | 7f9cd1601b09262a1bcc19f19f61324cad436e8e (diff) | |
download | freebsd-ports-graphics-ea4bcf6a3a9b6dc2c476d8e5829bffbbe36e4afe.tar.gz freebsd-ports-graphics-ea4bcf6a3a9b6dc2c476d8e5829bffbbe36e4afe.tar.zst freebsd-ports-graphics-ea4bcf6a3a9b6dc2c476d8e5829bffbbe36e4afe.zip |
- Set CONFLICTS with krb4 and krb5
- Portlint
PR: ports/85025
Submitted by: lofi
Approved by: maintainer timeout (nectar, 7 weeks)
Diffstat (limited to 'security')
-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 ce01e200b1c..4bc443f9239 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> |