diff options
Diffstat (limited to 'cad/ghdl/Makefile')
-rw-r--r-- | cad/ghdl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile index c574532cbf0f..c13d324f42ca 100644 --- a/cad/ghdl/Makefile +++ b/cad/ghdl/Makefile @@ -3,8 +3,8 @@ PORTNAME= ghdl PORTVERSION= 0.33 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= cad DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -22,6 +22,8 @@ USES= ada gmake USE_GITHUB= yes GH_ACCOUNT= tgingold +BROKEN_aarch64= fails to configure: Configuration aarch64-portbld-freebsd11 not supported + GNU_CONFIGURE= yes GCCVER= 4.9.2 LLVMVER= 35 |