diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-12-15 15:10:15 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-12-15 15:14:33 +0000 |
commit | 5b151d7cbb5beebe5df4d6848c5f8c3016a6b7df (patch) | |
tree | 7aba93beb4a5578650b9f8281811235c3eeb2942 | |
parent | 7446740638e7d833fde0962e71ef440a6af3c749 (diff) |
graphics/openscenegraph: deprecate (duplicate port)
This port is a duplicate of graphics/osg and shouldn't have been
added. Deprecate to make sure we don't forget to remove it, as for
now the author has not reacted to complaints on ports-commiters@.
Approved by: portmgr blanket
-rw-r--r-- | graphics/openscenegraph/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/openscenegraph/Makefile b/graphics/openscenegraph/Makefile index ee46d649aa8a..0f5fbe91a97d 100644 --- a/graphics/openscenegraph/Makefile +++ b/graphics/openscenegraph/Makefile @@ -11,6 +11,10 @@ WWW= http://www.openscenegraph.com LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +IGNORE= duplicate of graphics/osg, please use that instead +DEPRECATED= duplicate of graphics/osg +EXPIRATION_DATE=2023-02-15 + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libcurl.so:ftp/curl \ libavformat.so:multimedia/ffmpeg \ |