diff options
author | jadawin <jadawin@FreeBSD.org> | 2009-08-24 21:21:55 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2009-08-24 21:21:55 +0800 |
commit | 1067fe9ba0524de5f2f2765a39c508928d322ee5 (patch) | |
tree | 7641da0c9f866765a080999c4e62e1c6c7a85619 /devel | |
parent | 425ea1c9a847c2c7a80e0cc574bc791af3b83ef4 (diff) | |
download | freebsd-ports-gnome-1067fe9ba0524de5f2f2765a39c508928d322ee5.tar.gz freebsd-ports-gnome-1067fe9ba0524de5f2f2765a39c508928d322ee5.tar.zst freebsd-ports-gnome-1067fe9ba0524de5f2f2765a39c508928d322ee5.zip |
- Change dependencies order
- Bump PORTREVISION
PR: ports/137820
Submitted by: leeym@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-Locale/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Locale/Makefile b/devel/p5-DateTime-Locale/Makefile index 3d7029e201b5..d5c21e72aa4d 100644 --- a/devel/p5-DateTime-Locale/Makefile +++ b/devel/p5-DateTime-Locale/Makefile @@ -7,6 +7,7 @@ PORTNAME= DateTime-Locale PORTVERSION= 0.43 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Localization support for DateTime -BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ +RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |