diff options
author | leeym <leeym@FreeBSD.org> | 2006-04-25 14:00:09 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-04-25 14:00:09 +0800 |
commit | dff5d86bb2f89b131d2e3143bd7e41057607e629 (patch) | |
tree | a66937fd97fa3dbdbcc31323f54150e6766241ba /security/p5-GSSAPI | |
parent | 0bedc6c4feaaa8367bf13f6a922311785a06d1ac (diff) | |
download | freebsd-ports-gnome-dff5d86bb2f89b131d2e3143bd7e41057607e629.tar.gz freebsd-ports-gnome-dff5d86bb2f89b131d2e3143bd7e41057607e629.tar.zst freebsd-ports-gnome-dff5d86bb2f89b131d2e3143bd7e41057607e629.zip |
- relocate BUILD_DEPENDS
Diffstat (limited to 'security/p5-GSSAPI')
-rw-r--r-- | security/p5-GSSAPI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-GSSAPI/Makefile b/security/p5-GSSAPI/Makefile index 247966a909ad..d749fa926c84 100644 --- a/security/p5-GSSAPI/Makefile +++ b/security/p5-GSSAPI/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension providing access to the GSSAPIv2 library -PERL_CONFIGURE= yes - BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +PERL_CONFIGURE= yes + MAN3= GSSAPI.3 \ GSSAPI::OID.3 \ GSSAPI::OID::Set.3 \ |