summaryrefslogtreecommitdiff
path: root/lang/libperl
diff options
context:
space:
mode:
authortv <tv>1999-05-24 20:39:35 +0000
committertv <tv>1999-05-24 20:39:35 +0000
commit230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /lang/libperl
parent554432156f0747cbde8c8da5f610d76f8a1a081a (diff)
downloadpkgsrc-230d70fc942c189f4b8f1f2dfbee9bc9a5e8bb37.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