diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-DesktopEntry/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-File-DesktopEntry/Makefile b/devel/p5-File-DesktopEntry/Makefile index 50b63b65211e..295d79a78533 100644 --- a/devel/p5-File-DesktopEntry/Makefile +++ b/devel/p5-File-DesktopEntry/Makefile @@ -7,6 +7,7 @@ PORTNAME= File-DesktopEntry PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= acm@FreeBSD.org COMMENT= Object to handle desktop files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes |