diff options
Diffstat (limited to 'lang/gdc/Makefile')
-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 |