aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-10-08 19:58:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-10-08 19:58:36 +0000
commit6f7747d87728ab121e731ea3fd7b05a5fd364ea1 (patch)
tree82c018b1a9d83210e7ae9847ca8d1c9b21987368 /security
parentbb0e815406db986b76aa7c2762690433bad2a78d (diff)
downloadports-6f7747d87728ab121e731ea3fd7b05a5fd364ea1.tar.gz
ports-6f7747d87728ab121e731ea3fd7b05a5fd364ea1.zip
- Set CONFLICTS with heimdal and krb5
- Portlint PR: ports/85026 Submitted by: lofi Approved by: maintainer timeout (nectar, 7 weeks)
Notes
Notes: svn path=/head/; revision=144603
Diffstat (limited to 'security')
-rw-r--r--security/krb4/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/krb4/Makefile b/security/krb4/Makefile
index 3bb69f00f46a..8d8936e2ae8b 100644
--- a/security/krb4/Makefile
+++ b/security/krb4/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/
MAINTAINER= nectar@FreeBSD.ORG
COMMENT= KTH Kerberos 4
+CONFLICTS= krb5-[0-9]* heimdal-[0-9]*
+INSTALLS_SHLIB= yes
# Don't remove this. This port installs several applications
# which have the same name as some in the base system (e.g.
# ftp, telnet, su).
@@ -22,7 +24,7 @@ NO_MTREE= yes # Otherwise we end up with dozens of extra directories in ${PREFIX
PKGMESSAGE= ${WRKDIR}/pkg-message
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= \
+CONFIGURE_ARGS+=\
--enable-shared \
--disable-otp \
--disable-afs-support \
@@ -51,6 +53,6 @@ setuids:
.include "Makefile.man"
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
-CFLAGS+= -fPIC
+CFLAGS+= -fPIC
.endif
.include <bsd.port.post.mk>