diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-06-05 16:23:52 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-06-05 16:27:45 +0000 |
commit | 7ba4b2ecb939157dddb78dd1d62cbac9a7b82f86 (patch) | |
tree | eb19703b8bcde57fe54c6870258ee94e3a8f4fb2 | |
parent | cd3614d9af7cdd563b9d44dc7d70f5b6116260cd (diff) | |
download | ports-7ba4b2ecb939157dddb78dd1d62cbac9a7b82f86.tar.gz ports-7ba4b2ecb939157dddb78dd1d62cbac9a7b82f86.zip |
cad/alliance: no longer BROKEN after fig2dev upgrade
The port had been makred broken due to build issed with fig2dev
version 3.2.7, which has been upgraded to 3.2.8a, allowing this
port to be built again.
-rw-r--r-- | cad/alliance/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 4a8594457895..c4f2bf60c1f1 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -16,8 +16,7 @@ LICENSE_NAME= Alliance VLSI Cad System License LICENSE_FILE= ${WRKSRC}/LICENCE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN= fails to build -BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status +BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status BUILD_DEPENDS= convert:graphics/ImageMagick7 \ fig2dev:print/fig2dev |