diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-07-09 16:22:42 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-07-09 16:22:42 +0000 |
commit | d370880c749ddb189337f7237fc453f6ef229834 (patch) | |
tree | 0998d4c19df2a39a968d39c080923242b7aa713b /lang | |
parent | 312b86a65cec964ca429cf27f40965ac41e6c391 (diff) | |
download | ports-d370880c749ddb189337f7237fc453f6ef229834.tar.gz ports-d370880c749ddb189337f7237fc453f6ef229834.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sdcc/Makefile | 2 |
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 |