diff options
author | tv <tv@pkgsrc.org> | 1998-10-03 03:14:23 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-10-03 03:14:23 +0000 |
commit | ada1e56cbff76c8cd88ff02d9f5300289fb85b17 (patch) | |
tree | f80a8aa5c7d033ad4afa40ee8540d58ac3090d6d /lang/perl5/Makefile | |
parent | 4dbb0a649aa7112b6f27138e5ce5882e01c833a3 (diff) | |
download | pkgsrc-ada1e56cbff76c8cd88ff02d9f5300289fb85b17.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/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 7 |
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" |