summaryrefslogtreecommitdiff
path: root/devel/sdcc
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-05-03 15:35:44 +0000
committerdmcmahill <dmcmahill>2001-05-03 15:35:44 +0000
commit4296126d0374b666f4d0df6b543e874d6547e725 (patch)
tree2b23cd6a5989458f60b48d80f781e7e2b72a03db /devel/sdcc
parent88d552cd3bac521fca675530cd81b4125f816cc2 (diff)
downloadpkgsrc-4296126d0374b666f4d0df6b543e874d6547e725.tar.gz
add missing USE_PERL5 (called by one of the scripts)
Diffstat (limited to 'devel/sdcc')
-rw-r--r--devel/sdcc/Makefile3
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"