aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/picasm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/picasm/Makefile b/devel/picasm/Makefile
index 05b8ecf0c888..c08428a283a6 100644
--- a/devel/picasm/Makefile
+++ b/devel/picasm/Makefile
@@ -16,9 +16,11 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= bms@spc.org
COMMENT= Portable assembler for 16C84 series PICs
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
+USE_PERL5_BUILD= yes
+
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PERL5="${PERL5}"
ALL_TARGET=
EXAMPLE_FILES= example.asm morse.asm morse.i pic16f84.i picmac.i