diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-07 14:10:04 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-07 14:10:04 +0000 |
commit | 54497942041f209ca9ed4495c71e4d94193f2f6a (patch) | |
tree | db3c09a0b1d1ad85bfad797c53417bb6ae86d8aa /cad | |
parent | b045c36cc2ca3b2872979eb87a1b5dd83644b561 (diff) | |
download | ports-54497942041f209ca9ed4495c71e4d94193f2f6a.tar.gz ports-54497942041f209ca9ed4495c71e4d94193f2f6a.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 84782160ce58..cd88c7be1e7f 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -22,7 +22,8 @@ BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status BUILD_DEPENDS= convert:graphics/ImageMagick7 \ fig2dev:print/transfig -USES= autoreconf:build gmake libtool motif tar:bz2 xorg +USES= autoreconf:build compiler:c++0x gmake libtool motif \ + tar:bz2 xorg USE_GCC= any USE_TEX= dvipsk:build latex:build USE_XORG= ice sm x11 xext xt |