diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-06 06:19:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-06 06:19:03 +0000 |
commit | 7fbb8d952791a8c4d82b77759fc5fb7accd491fe (patch) | |
tree | 01ab92342ff180527d28ec20c4868e49f3c4def1 /lang/mono | |
parent | 86f92684818eb77da677366cd49b4fa35e87b579 (diff) | |
download | pkgsrc-7fbb8d952791a8c4d82b77759fc5fb7accd491fe.tar.gz |
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 143febbc55f..4bf27d92813 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2005/08/03 05:45:22 recht Exp $ +# $NetBSD: Makefile,v 1.41 2005/08/06 06:19:21 jlam Exp $ DISTNAME= mono-1.1.8.3 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://go-mono.com/sources/mono-1.1/ @@ -20,7 +21,7 @@ NOT_FOR_PLATFORM+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[AB]-* # LP64 problems NOT_FOR_PLATFORM+= *-*-alpha *-*-sparc64 -USE_TOOLS+= bison gmake gtar perl +USE_TOOLS+= bison gmake gtar perl:run USE_PKGINSTALL= yes USE_LIBTOOL= yes EXTRACT_USING= gtar |