diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-06-27 22:25:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-06-27 22:25:53 +0000 |
commit | 5e9f654cb05fb39036adc6bca56b8706b04d7b96 (patch) | |
tree | a812b99e718b6bf79ff93632ff7d0c08119fa398 /devel/cross-binutils/Makefile | |
parent | cb2dd6be037d0e2f6e676e5fd8aecc2ba867294e (diff) | |
download | ports-5e9f654cb05fb39036adc6bca56b8706b04d7b96.tar.gz ports-5e9f654cb05fb39036adc6bca56b8706b04d7b96.zip |
Notes
Diffstat (limited to 'devel/cross-binutils/Makefile')
-rw-r--r-- | devel/cross-binutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cross-binutils/Makefile b/devel/cross-binutils/Makefile index f53498e95fce..f4df54df4d75 100644 --- a/devel/cross-binutils/Makefile +++ b/devel/cross-binutils/Makefile @@ -70,7 +70,7 @@ PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.8-20061021.diff .endif .if !defined(TGTARCH) || !defined(TGTABI) -PKGNAMEPREFIX= #empty +PKGNAMEPREFIX= cross- IGNORE= you should select ARCH and ABI to build port .endif |