1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix RUN_DEPENDS

- bump PORTREVISION

PR:		ports/101523
Submitted by:	Stanislav Sedov (maintainer)
This commit is contained in:
Ion-Mihai Tetcu 2006-08-07 07:29:09 +00:00
parent 163fa1f5e3
commit 56483f6758
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169915

View File

@ -7,6 +7,7 @@
PORTNAME= gcc
PORTVERSION= 4.1.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= releases/${DISTNAME}
@ -36,7 +37,8 @@ PREFIX?= ${LOCALBASE}/${OUR_TARGET}
BUILD_DEPENDS= ${PREFIX}/bin/${PKGNAMEPREFIX}as:${PORTSDIR}/devel/powerpc-binutils \
${PREFIX}/bin/${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/powerpc-binutils
RUN_DEPENDS= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PREFIX}/bin/${PKGNAMEPREFIX}as:${PORTSDIR}/devel/powerpc-binutils \
${PREFIX}/bin/${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/powerpc-binutils
#override user-defined settings in make.conf
WITHOUT_CPU_CFLAGS= yes