diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2007-04-05 16:13:56 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2007-04-05 16:13:56 +0000 |
commit | 81003aedd8daf3f7c1d80e9f9b18c0c061ed931b (patch) | |
tree | 76a6a676bed237afdae02c805a931c933153cdb4 /lang/gdc | |
parent | f8fcd8a8b53d986420658384d06c07311adf6f47 (diff) |
Notes
Diffstat (limited to 'lang/gdc')
-rw-r--r-- | lang/gdc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gdc/Makefile b/lang/gdc/Makefile index f84f940282b5..a18b4c655aa6 100644 --- a/lang/gdc/Makefile +++ b/lang/gdc/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdc PORTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GCC} \ ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/dgcc/g:S/$/:gdc/g} @@ -53,7 +54,7 @@ IGNORE= it is supported on FreeBSD 5.x and later .endif .ifndef TARGET_GCC -.if ${OSVERSION} >= 700000 +.if ${OSVERSION} >= 700000 || ${ARCH} == "amd64" TARGET_GCC= 4.1 .else TARGET_GCC= 3.4 |