diff options
Diffstat (limited to 'cad/ghdl/Makefile')
-rw-r--r-- | cad/ghdl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile index ecbcd2aed409..e9a6de2d7c0a 100644 --- a/cad/ghdl/Makefile +++ b/cad/ghdl/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghdl PORTVERSION= 0.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad DISTFILES= ${SRCDISTFILE} ${GCCDISTFILE} @@ -20,13 +20,13 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ USES= ada gmake USE_GITHUB= yes GH_ACCOUNT= hanzer -GH_PROJECT= GHDL -GH_TAGNAME= 47ee186 +GH_PROJECT= gVHDL +GH_TAGNAME= 5adb2f6 GNU_CONFIGURE= yes GCCVER= 4.9.2 LLVMVER= 35 -SRCDISTFILE= hanzer-GHDL-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz +SRCDISTFILE= hanzer-${GH_PROJECT}-${PORTVERSION}-${GH_TAGNAME}_GH0.tar.gz BLD_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL:R} BUILDDIR= ${WRKDIR}/build GCCSRCDIR= ${WRKDIR}/gcc-${GCCVER} |