aboutsummaryrefslogtreecommitdiff
path: root/devel/picasm
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-10-12 12:15:47 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-10-12 12:15:47 +0000
commitb1313a05672973ccfd41fd9cd248f7be7a7f730f (patch)
tree2d289b2490de4b5d6d376a5aa0ac6b870f4ec4f8 /devel/picasm
parent1753beed37183c6c906d3bf797f0815f073a9191 (diff)
downloadports-b1313a05672973ccfd41fd9cd248f7be7a7f730f.tar.gz
ports-b1313a05672973ccfd41fd9cd248f7be7a7f730f.zip
Add USE_PERL5_BUILD to fix bento package build.
Noticed by: kris
Notes
Notes: svn path=/head/; revision=90914
Diffstat (limited to 'devel/picasm')
-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