diff options
author | snj <snj@pkgsrc.org> | 2004-05-08 21:16:53 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-08 21:16:53 +0000 |
commit | 7cd5adf81769f9529f766485116f82214d5469a5 (patch) | |
tree | 46bf6c083727601057ad44e5301745dfd52084ab /lang/perl58-thread | |
parent | aadff4f40f84d028368257d790517e09cf04a2b0 (diff) | |
download | pkgsrc-7cd5adf81769f9529f766485116f82214d5469a5.tar.gz |
This also needs MESSAGE_SRC and PLIST_SRC. Pointed out by wiz@.
Diffstat (limited to 'lang/perl58-thread')
-rw-r--r-- | lang/perl58-thread/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/perl58-thread/Makefile b/lang/perl58-thread/Makefile index 06c66ad832a..b8892270aa6 100644 --- a/lang/perl58-thread/Makefile +++ b/lang/perl58-thread/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2004/05/08 21:08:53 snj Exp $ +# $NetBSD: Makefile,v 1.4 2004/05/08 21:16:53 snj Exp $ PERL5_USE_THREADS= yes DISTINFO_FILE= ${.CURDIR}/../../lang/perl58/distinfo PATCHDIR= ${.CURDIR}/../../lang/perl58/patches +MESSAGE_SRC= ${.CURDIR}/../../lang/perl58/MESSAGE +PLIST_SRC= ${.CURDIR}/../../lang/perl58/PLIST .include "../../lang/perl58/Makefile" |