diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-11-18 10:58:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-11-18 10:58:58 +0000 |
commit | 68fd0f8bd4c38251ff701c65c5558e04a32a970d (patch) | |
tree | d9fc6b02c27bf7948f1ae9c962b3b44072aea9dc | |
parent | Update to 0.51 (diff) |
get rid of dependancy of p5-UNIVERSAL-exports, which plist-conflicts
with more universally used UNIVERSAL-require
PR: 89221
Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
Notes
Notes:
svn path=/head/; revision=148714
-rw-r--r-- | devel/p5-Module-Pluggable-Fast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Module-Pluggable-Fast/Makefile b/devel/p5-Module-Pluggable-Fast/Makefile index 75b8b569a2d8..6b3b28d38fcc 100644 --- a/devel/p5-Module-Pluggable-Fast/Makefile +++ b/devel/p5-Module-Pluggable-Fast/Makefile @@ -8,6 +8,7 @@ PORTNAME= Module-Pluggable-Fast PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -16,7 +17,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lars@balker.dk COMMENT= Fast plugins with instantiation -BUILD_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports +BUILD_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |