- Fix error to build on 4.X

- Take maintainership

PR:		ports/100205
Submitted by:	chinsan <chinsan dot tw_AT_gmail dot com>
This commit is contained in:
Cheng-Lung Sung 2006-07-14 04:49:57 +00:00
parent 3cf658f29b
commit ec608f4f8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167746

View file

@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AG/AGROLMS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
MAINTAINER= chinsan.tw@gmail.com
COMMENT= Perl extension providing access to the GSSAPIv2 library
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
@ -30,4 +30,9 @@ MAN3= GSSAPI.3 \
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.if ${OSVERSION} < 500000
BUILD_DEPENDS+= krb5-config:${PORTSDIR}/security/krb5
LIB_DEPENDS+= krb5:${PORTSDIR}/security/krb5
.endif
.include <bsd.port.post.mk>