diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2011-08-06 15:42:58 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2011-08-06 15:42:58 +0000 |
commit | 1375a579301c243d6639198e1ce5c375adf18a16 (patch) | |
tree | a57da110d44484ebe3ca401c88668d6ffd2a96b7 /devel/msp430-libc/Makefile | |
parent | b8a1ba4c9b699a876fb18903d40828b485a406fd (diff) |
Notes
Diffstat (limited to 'devel/msp430-libc/Makefile')
-rw-r--r-- | devel/msp430-libc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/msp430-libc/Makefile b/devel/msp430-libc/Makefile index 6be9caae7b3a..af8656e09e4a 100644 --- a/devel/msp430-libc/Makefile +++ b/devel/msp430-libc/Makefile @@ -43,7 +43,7 @@ BROKEN= Please, select msp430-gcc-4 or msp430-gcc-3, not both BUILD_DEPENDS+= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc PLIST_SUB+= GCC3="@comment " GCC4="" NEEDGCCVERSION= 4 -PORTGCCVERSION= "" +PORTGCCVERSION= OTHEGCCVERSION= 3 .elif defined(WITH_GCC3) PLIST_SUB+= GCC3="" GCC4="@comment " |