diff options
author | flz <flz@FreeBSD.org> | 2005-12-02 08:03:14 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-12-02 08:03:14 +0800 |
commit | 6b06da1188f7a8bebc1439f424382d433065429e (patch) | |
tree | afa1cb3c4d8b79a0d819c0f17625bdebcbef6890 /security | |
parent | f2350f5e24d00a548d14d232808e4fe4196d7349 (diff) | |
download | freebsd-ports-gnome-6b06da1188f7a8bebc1439f424382d433065429e.tar.gz freebsd-ports-gnome-6b06da1188f7a8bebc1439f424382d433065429e.tar.zst freebsd-ports-gnome-6b06da1188f7a8bebc1439f424382d433065429e.zip |
- Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.
Noticed by: pointyhat via kris
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-GnuPG-Interface/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index e94b92b0e719..9d3a576954c3 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -7,7 +7,7 @@ PORTNAME= GnuPG-Interface PORTVERSION= 0.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -18,7 +18,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= trevor@FreeBSD.org COMMENT= Perl module for interfacing with GnuPG -BUILD_DEPENDS= ${SITE_PERL}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ${BUILD_DEPENDS} |