[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / openssh

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/security/openssh/Makefile between version 1.35 and 1.36

version 1.35, 2001/01/29 11:34:41 version 1.36, 2001/02/05 09:01:03
Line 16  MAINTAINER=  packages@netbsd.org
Line 16  MAINTAINER=  packages@netbsd.org
 HOMEPAGE=               http://www.openssh.com/  HOMEPAGE=               http://www.openssh.com/
   
 BUILD_DEPENDS+=         ${PERL5}:../../lang/perl5-base  BUILD_DEPENDS+=         ${PERL5}:../../lang/perl5-base
 BUILD_DEPENDS+=         autoreconf:../../devel/autoconf  BUILD_DEPENDS+=         ${LOCALBASE}/bin/autoremake:../../devel/autoconf
   
 CRYPTO=                 yes  CRYPTO=                 yes
   
Line 81  PLIST_SRC=  ${PKGDIR}/PLIST.SunOS
Line 81  PLIST_SRC=  ${PKGDIR}/PLIST.SunOS
 .endif  .endif
   
 pre-configure:  pre-configure:
         cd ${WRKSRC} && autoreconf          cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake
   
 post-build:  post-build:
         for FILE in \          for FILE in \

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb <webmaster@jp.NetBSD.org>