diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-25 22:02:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-25 22:02:49 +0000 |
commit | 5782b9baf272b5966b5aaf85d67d3699bc2bebfa (patch) | |
tree | 0b99f0bca41418495bdcbc76b966151e3ed1cefe /lang/Makefile | |
parent | bb9a5749e02fc3ae1ed1addad3d97a09c90e4eb3 (diff) | |
download | pkgsrc-5782b9baf272b5966b5aaf85d67d3699bc2bebfa.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/Makefile | 3 |
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 |