summaryrefslogtreecommitdiff
path: root/lang/libperl
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
committertv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
commit5c60ed579430954635a901b457a1fe4128eaca47 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /lang/libperl
parent42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff)
downloadpkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'lang/libperl')
-rw-r--r--lang/libperl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/libperl/Makefile b/lang/libperl/Makefile
index 7e2617bee93..4341ac110cc 100644
--- a/lang/libperl/Makefile
+++ b/lang/libperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/05/11 07:49:55 abs Exp $
+# $NetBSD: Makefile,v 1.7 1999/05/24 20:39:44 tv Exp $
#
DISTNAME= perl5.004_04
@@ -17,8 +17,7 @@ PLIST_SRC= ${PKGDIR}/PLIST-elf
.elif exists(/usr/libexec/ld.so)
PLIST_SRC= ${PKGDIR}/PLIST-aout
.else
-# Need to determine `NOPIC' before bsd.own.mk is included.
-NOT_FOR_ARCHS!= sysctl -n hw.machine_arch
+IGNORE= "needs shared object support"
.endif
PATCHDIR= ../perl5/patches