aboutsummaryrefslogtreecommitdiff
path: root/lang/sdcc
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2011-07-09 16:22:42 +0000
committerBeech Rintoul <beech@FreeBSD.org>2011-07-09 16:22:42 +0000
commitd370880c749ddb189337f7237fc453f6ef229834 (patch)
tree0998d4c19df2a39a968d39c080923242b7aa713b /lang/sdcc
parent312b86a65cec964ca429cf27f40965ac41e6c391 (diff)
downloadports-d370880c749ddb189337f7237fc453f6ef229834.tar.gz
ports-d370880c749ddb189337f7237fc453f6ef229834.zip
- gputils is required by sdcc for working with PIC processors,
and hence should be included in RUN_DEPENDS as well as BUILD_DEPENDS PR: ports/158691 Submitted by: Jason Bacon <jwbacon@tds.net> Approved by: Tijl Coosemans <tijl@coosemans.org> (maintainer)
Notes
Notes: svn path=/head/; revision=277405
Diffstat (limited to 'lang/sdcc')
-rw-r--r--lang/sdcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile
index c3f7edaa0c1a..744202ebb118 100644
--- a/lang/sdcc/Makefile
+++ b/lang/sdcc/Makefile
@@ -85,6 +85,7 @@ CONFIGURE_ARGS+= --disable-pic-port
PLIST_SUB+= PIC="@comment "
.else
BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils
+RUN_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils
PLIST_SUB+= PIC=""
.endif
@@ -93,6 +94,7 @@ CONFIGURE_ARGS+= --disable-pic16-port
PLIST_SUB+= PIC16="@comment "
.else
BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils
+RUN_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils
PLIST_SUB+= PIC16=""
.endif