diff options
author | erwin <erwin@FreeBSD.org> | 2005-11-18 18:58:58 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-11-18 18:58:58 +0800 |
commit | 53f4441ba6bfebb50d0e29fb43fafd24dab52e04 (patch) | |
tree | 17dadd07593c4d2f577f0433bbef26896c993bbb /devel | |
parent | c7661d1862cc1317a806f8ae7fa1c6d3628ccbec (diff) | |
download | freebsd-ports-gnome-53f4441ba6bfebb50d0e29fb43fafd24dab52e04.tar.gz freebsd-ports-gnome-53f4441ba6bfebb50d0e29fb43fafd24dab52e04.tar.zst freebsd-ports-gnome-53f4441ba6bfebb50d0e29fb43fafd24dab52e04.zip |
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)
Diffstat (limited to 'devel')
-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 |