summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortv <tv>1998-10-03 03:14:23 +0000
committertv <tv>1998-10-03 03:14:23 +0000
commit46eb92a667467dc59da006ba670b65ba77fda368 (patch)
treef80a8aa5c7d033ad4afa40ee8540d58ac3090d6d /lang
parentd8fca333127451b825ca1f5cf456810bc2a96003 (diff)
downloadpkgsrc-46eb92a667467dc59da006ba670b65ba77fda368.tar.gz
Use PLIST-md.shared on alpha and place an exception into perl's Makefile,
not into the generic bsd.pkg.mk.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index d91430db050..6b3f2d81f69 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:07 tsarna Exp $
+# $NetBSD: Makefile,v 1.13 1998/10/03 03:14:23 tv Exp $
# FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp
#
@@ -30,4 +30,9 @@ post-install:
@strip ${PREFIX}/bin/suidperl
.endif
+# XXX until alpha can dynamically load perl modules
+.if (${MACHINE_ARCH} == "alpha")
+NOPIC=1
+.endif
+
.include "../../mk/bsd.pkg.mk"