diff options
Diffstat (limited to 'devel/p5-Context-Preserve')
-rw-r--r-- | devel/p5-Context-Preserve/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Context-Preserve/Makefile b/devel/p5-Context-Preserve/Makefile index 4a80e6914cb..81f4b7df998 100644 --- a/devel/p5-Context-Preserve/Makefile +++ b/devel/p5-Context-Preserve/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/03 21:54:48 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/31 11:17:54 asau Exp $ DISTNAME= Context-Preserve-0.01 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Context-Preserve/ COMMENT= Perl 5 module to run code after a subroutine call LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok |