summaryrefslogtreecommitdiff
path: root/lang/perl58/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-01-18 00:56:43 +0000
committerjlam <jlam@pkgsrc.org>2005-01-18 00:56:43 +0000
commit4b1d594265269edd8406bcfe026c146a54cfd1aa (patch)
treeba50c7492d1fe26b79b5c3c97273282a25be38e7 /lang/perl58/Makefile
parent603607f3885ad8e8dace3e3763acac786fc115b3 (diff)
downloadpkgsrc-4b1d594265269edd8406bcfe026c146a54cfd1aa.tar.gz
Teach perl58 about DragonFlyBSD. Patches provided by Todd Willey in
PR pkg/28963 with minor modifications by me. Also teach all of the BSDs (and Interix) to pass the rpath to libperl.so if a module needs to link with libperl.so when built with MakeMaker.pm. Bump the PKGREVISION to 2.
Diffstat (limited to 'lang/perl58/Makefile')
-rw-r--r--lang/perl58/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile
index 2cc5a3eebea..98b77d76bdf 100644
--- a/lang/perl58/Makefile
+++ b/lang/perl58/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2005/01/17 20:21:44 jschauma Exp $
+# $NetBSD: Makefile,v 1.74 2005/01/18 00:56:43 jlam Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.bz2
.if empty(PERL5_SNAPSHOT) && empty(PERL5_RC_VERS)
DISTNAME= perl-${PERL5_VERS}
PKGNAME= perl-${PERL5_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S,/modules/by-module/$,/src/,}
.else
. if !empty(PERL5_SNAPSHOT)