diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-08 19:58:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-08 19:58:36 +0000 |
commit | 6f7747d87728ab121e731ea3fd7b05a5fd364ea1 (patch) | |
tree | 82c018b1a9d83210e7ae9847ca8d1c9b21987368 /security/krb4/Makefile | |
parent | bb0e815406db986b76aa7c2762690433bad2a78d (diff) | |
download | ports-6f7747d87728ab121e731ea3fd7b05a5fd364ea1.tar.gz ports-6f7747d87728ab121e731ea3fd7b05a5fd364ea1.zip |
Notes
Diffstat (limited to 'security/krb4/Makefile')
-rw-r--r-- | security/krb4/Makefile | 6 |
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> |