diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-04-23 07:16:14 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-04-23 07:16:14 +0000 |
commit | 51507034cb4f96e49ade475f03e27fa54d6db4f0 (patch) | |
tree | f5aff1341bd8f4af9121fb41c1579ed8f069b594 /security | |
parent | 757172faf97bbbfc3f1a6316d4eb82244c9f5262 (diff) | |
download | ports-51507034cb4f96e49ade475f03e27fa54d6db4f0.tar.gz ports-51507034cb4f96e49ade475f03e27fa54d6db4f0.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-GSSAPI/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-GSSAPI/Makefile b/security/p5-GSSAPI/Makefile index 3ccb5bdb63c3..247966a909ad 100644 --- a/security/p5-GSSAPI/Makefile +++ b/security/p5-GSSAPI/Makefile @@ -17,6 +17,8 @@ COMMENT= Perl extension providing access to the GSSAPIv2 library PERL_CONFIGURE= yes +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + MAN3= GSSAPI.3 \ GSSAPI::OID.3 \ GSSAPI::OID::Set.3 \ |