summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-25 22:02:49 +0000
committerjlam <jlam>2004-11-25 22:02:49 +0000
commit4f1dfb8ad70ba0eb2ae438d2c18fb050e030726f (patch)
tree0b99f0bca41418495bdcbc76b966151e3ed1cefe /lang/Makefile
parent45db83ee06e081ee0e3933313e20e0bf2541b373 (diff)
downloadpkgsrc-4f1dfb8ad70ba0eb2ae438d2c18fb050e030726f.tar.gz
Perl is all about loadable perl modules, so include dlopen.buildlink3.mk.
If we include pthread.buildlink3.mk, then build with Perl ithreads support. Bump the PKGREVISION. Nuke the perl58-thread package. The perl package can now be forcibly built with thread support by setting PERL5_USE_THREADS to "yes".
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile
index d9af41b97e2..9ba3fd6259e 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.198 2004/11/25 15:10:08 wiz Exp $
+# $NetBSD: Makefile,v 1.199 2004/11/25 22:02:49 jlam Exp $
#
COMMENT= Programming languages
@@ -102,7 +102,6 @@ SUBDIR+= p2c
SUBDIR+= parrot
SUBDIR+= perl5
SUBDIR+= perl58
-SUBDIR+= perl58-thread
SUBDIR+= pforth
#SUBDIR+= php # only contains Makefile fragments
#SUBDIR+= php5 # only contains Makefile fragments