summaryrefslogtreecommitdiff
path: root/lang/perl5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5/Makefile')
-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"