diff options
author | tobez <tobez@FreeBSD.org> | 2006-03-28 18:01:00 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-03-28 18:01:00 +0800 |
commit | 774e4aa619857804a5dbe7202645b36b7242dc41 (patch) | |
tree | a4d6683ba0899748b94367bb1ea8d4f04bd5ecd5 /security | |
parent | e1fd5ef05439729d21934d94c31502350c8988b3 (diff) | |
download | freebsd-ports-gnome-774e4aa619857804a5dbe7202645b36b7242dc41.tar.gz freebsd-ports-gnome-774e4aa619857804a5dbe7202645b36b7242dc41.tar.zst freebsd-ports-gnome-774e4aa619857804a5dbe7202645b36b7242dc41.zip |
Make the port depend on the newly created security/p5-GSSAPI. Bump
portrevision.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 01d4c38391a8..f5f5d59a76cc 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -7,6 +7,7 @@ PORTNAME= Authen-SASL PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen @@ -17,7 +18,8 @@ COMMENT= Perl5 module for SASL authentication BUILD_DEPENDS= \ p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ - p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC + p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \ + p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |