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 | 917571cba329f779123d58f2a30aa45103aaaf98 (patch) | |
tree | 01ab92342ff180527d28ec20c4868e49f3c4def1 /chat/silc-client | |
parent | 766bb600721eaa9dec2229dd8c6292214e662225 (diff) | |
download | pkgsrc-917571cba329f779123d58f2a30aa45103aaaf98.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 'chat/silc-client')
-rw-r--r-- | chat/silc-client/options.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/silc-client/options.mk b/chat/silc-client/options.mk index b1b86b8cf55..537a7bf04dc 100644 --- a/chat/silc-client/options.mk +++ b/chat/silc-client/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2005/06/19 01:46:35 salo Exp $ +# $NetBSD: options.mk,v 1.4 2005/08/06 06:19:04 jlam Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.silc-client @@ -17,8 +17,7 @@ CONFIGURE_ARGS+= --enable-ipv6 .if !empty(PKG_OPTIONS:Mperl) CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/${PKGBASE}/perl5 -PERL5_REQD+= 5.6.1nb10 -.include "../../lang/perl5/buildlink3.mk" +. include "../../lang/perl5/buildlink3.mk" DEPENDS+= p5-File-MMagic>=1.20:../../misc/p5-File-MMagic PLIST_SRC+= ${PKGDIR}/PLIST.perl PLIST_SRC+= ${WRKDIR}/PLIST.perl |