diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-01-03 20:18:26 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-01-03 20:18:26 +0000 |
commit | 08d4caea36e2f452612d7538bfcb08303e41fb92 (patch) | |
tree | b3456fa09824f02209c4a58c0e22123a2712f06f /x11-toolkits | |
parent | f23ec545c58550973d9d1cab77cb9ce5bf54b13c (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/nucleo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index 5fbbf48e5f31..26aa482d039c 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -13,6 +13,9 @@ COMMENT= Toolkit to explore video and human-computer interaction LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +DEPRECATED= Unmaintained, only used by deprecated x11/metisse +EXPIRATION_DATE= 2020-01-27 + .if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld BROKEN= ld: error: /wrkdirs/usr/ports/x11-toolkits/nucleo/work/nucleo-0.7.6/nucleo/.libs/libNucleo.so: undefined reference to XCloseDisplay .endif |