Lines 17-22
Link Here
|
17 |
MAINTAINER= nectar@FreeBSD.ORG |
17 |
MAINTAINER= nectar@FreeBSD.ORG |
18 |
COMMENT= A re-implementation of Kerberos V |
18 |
COMMENT= A re-implementation of Kerberos V |
19 |
|
19 |
|
|
|
20 |
CONFLICTS= krb4-[0-9]* krb5-[0-9]* |
21 |
|
20 |
OPTIONS+= LDAP "Use OpenLDAP as the KDC backend" off |
22 |
OPTIONS+= LDAP "Use OpenLDAP as the KDC backend" off |
21 |
OPTIONS+= CRACKLIB "Use CrackLib for password quality checking" off |
23 |
OPTIONS+= CRACKLIB "Use CrackLib for password quality checking" off |
22 |
OPTIONS+= X11 "Build X11 utilies" off |
24 |
OPTIONS+= X11 "Build X11 utilies" off |
Lines 90-95
Link Here
|
90 |
${PREFIX}/etc/rc.d/kdc.sh.sample |
92 |
${PREFIX}/etc/rc.d/kdc.sh.sample |
91 |
|
93 |
|
92 |
.if ${ARCH} == "amd64" |
94 |
.if ${ARCH} == "amd64" |
93 |
CFLAGS+= -fPIC |
95 |
CFLAGS+= -fPIC |
94 |
.endif |
96 |
.endif |
95 |
.include <bsd.port.post.mk> |
97 |
.include <bsd.port.post.mk> |