diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-01-20 17:59:28 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-01-20 17:59:28 +0000 |
commit | 15ec19a92f883c1648a23f263d8aad352ded0d7e (patch) | |
tree | 9f19dc6448047cb2832c30a994ffaf31b1d7b556 /editors | |
parent | cba914857a913333d22cbc7b436e055151fb9e5e (diff) | |
download | FreeBSD-ports-15ec19a92f883c1648a23f263d8aad352ded0d7e.zip FreeBSD-ports-15ec19a92f883c1648a23f263d8aad352ded0d7e.tar.gz |
- Add USE_GCC=3.4 (requires many changes to build with 4.x).
Reported by: pointyhat
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/bed/Makefile b/editors/bed/Makefile index 90dce9d..47d5065 100644 --- a/editors/bed/Makefile +++ b/editors/bed/Makefile @@ -16,6 +16,7 @@ COMMENT= Variable dataformat binary editor BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +USE_GCC= 3.4 USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= dep all |