summaryrefslogtreecommitdiff
path: root/devel/msp430-gcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/msp430-gcc/Makefile')
-rw-r--r--devel/msp430-gcc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/msp430-gcc/Makefile b/devel/msp430-gcc/Makefile
index 9d4b55ed9a66..a80e6611281a 100644
--- a/devel/msp430-gcc/Makefile
+++ b/devel/msp430-gcc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gcc
PORTVERSION= ${GCCVERSION}.${LTSVERSION}
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
@@ -21,7 +21,7 @@ PATCHFILES= ${LTS_PATCHES}
PATCH_DIST_STRIP= -p1
MAINTAINER= lev@FreeBSD.org
-COMMENT= FSF gcc-4.6 for TI's msp430 MCUs cross-development
+COMMENT= FSF GCC 4.6 for TI's msp430 MCUs cross-development
LICENSE= GPLv3
@@ -29,9 +29,9 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \
${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
- mpfr.4:${PORTSDIR}/math/mpfr \
- mpc.2:${PORTSDIR}/math/mpc
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
+ libmpfr.so:${PORTSDIR}/math/mpfr \
+ libmpc.so:${PORTSDIR}/math/mpc
CONFLICTS= msp430-gcc-3.*