aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-10-09 03:58:36 +0800
committerpav <pav@FreeBSD.org>2005-10-09 03:58:36 +0800
commit7f9cd1601b09262a1bcc19f19f61324cad436e8e (patch)
treee0bcb2ced63a631f879077c7a15d8fbd42a6a1b0
parent062e9e5d17e5f8128ef52d1e3d38ba8b44e31355 (diff)
downloadfreebsd-ports-gnome-7f9cd1601b09262a1bcc19f19f61324cad436e8e.tar.gz
freebsd-ports-gnome-7f9cd1601b09262a1bcc19f19f61324cad436e8e.tar.zst
freebsd-ports-gnome-7f9cd1601b09262a1bcc19f19f61324cad436e8e.zip
- Set CONFLICTS with heimdal and krb5
- Portlint PR: ports/85026 Submitted by: lofi Approved by: maintainer timeout (nectar, 7 weeks)
-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>