diff options
author | dmcmahill <dmcmahill> | 2001-05-03 15:35:44 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-05-03 15:35:44 +0000 |
commit | 624f55ca6387269ebf69d5d52087ca9843232144 (patch) | |
tree | 2b23cd6a5989458f60b48d80f781e7e2b72a03db /devel/sdcc | |
parent | d08ac56f03d071820218e2a6a690fd23a554873e (diff) | |
download | pkgsrc-624f55ca6387269ebf69d5d52087ca9843232144.tar.gz |
add missing USE_PERL5 (called by one of the scripts)
Diffstat (limited to 'devel/sdcc')
-rw-r--r-- | devel/sdcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile index ff559eb0917..3904434de16 100644 --- a/devel/sdcc/Makefile +++ b/devel/sdcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/04/29 16:15:15 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/03 15:35:44 dmcmahill Exp $ # FreeBSD: ports/devel/sdcc/Makefile,v 1.5 2000/04/15 15:13:38 knu Exp DISTNAME= sdcc-2.2.1-src @@ -26,6 +26,7 @@ YACC= bison GNU_CONFIGURE= yes USE_GMAKE= yes +USE_PERL5= yes CONFIGURE_ARGS+=--datadir=${LOCALBASE}/share/sdcc .include "../../mk/bsd.prefs.mk" |