diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-07 07:29:09 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-07 07:29:09 +0000 |
commit | 56483f67587ac581c0d936138969c47702efcb13 (patch) | |
tree | baca3ac45d51485190eb4d1e9fd83352f4817933 /devel/powerpc-gcc/Makefile | |
parent | 163fa1f5e3f4f3098e17babbd69621490fdef0d8 (diff) | |
download | ports-56483f67587ac581c0d936138969c47702efcb13.tar.gz ports-56483f67587ac581c0d936138969c47702efcb13.zip |
- Fix RUN_DEPENDS
- bump PORTREVISION
PR: ports/101523
Submitted by: Stanislav Sedov (maintainer)
Notes
Notes:
svn path=/head/; revision=169915
Diffstat (limited to 'devel/powerpc-gcc/Makefile')
-rw-r--r-- | devel/powerpc-gcc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/powerpc-gcc/Makefile b/devel/powerpc-gcc/Makefile index db1b6def200b..329d1ccf67df 100644 --- a/devel/powerpc-gcc/Makefile +++ b/devel/powerpc-gcc/Makefile @@ -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 |