diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-25 01:30:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-25 01:30:47 +0000 |
commit | 587a263530155716ea466a3fdec5d228ed189a72 (patch) | |
tree | 520c4195402ebf007a820a0ba852920beb37d3e9 /devel/rpc2 | |
parent | 97a854d691082b4ff067f7434a094097d519a76f (diff) | |
download | pkgsrc-587a263530155716ea466a3fdec5d228ed189a72.tar.gz |
This package seems to need perl for building.
Remove commented out #LICENSE=GPL line, there'd be too many packages to
mark like this...
Diffstat (limited to 'devel/rpc2')
-rw-r--r-- | devel/rpc2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile index fe8a26862f9..b92196fa6d2 100644 --- a/devel/rpc2/Makefile +++ b/devel/rpc2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/22 19:08:17 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/25 01:30:47 wiz Exp $ # DISTNAME= rpc2-1.5 @@ -12,11 +12,10 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/ DEPENDS+= lwp>=1.1:../../devel/lwp DEPENDS+= readline>=4.0:../../devel/readline -#LICENSE= GPL - GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_GMAKE= YES +USE_PERL5= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |