diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-13 15:21:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-13 16:18:06 +0000 |
commit | 1d859a48351e88359d9bb754e55adec05327df69 (patch) | |
tree | 2e5fc0545812e24eced1376d9c9a156621c85ef7 | |
parent | ccc36a83120152fc66704729f478f1364b5cf5b2 (diff) | |
download | ports-1d859a48351e88359d9bb754e55adec05327df69.tar.gz ports-1d859a48351e88359d9bb754e55adec05327df69.zip |
x11-toolkits/SoXt: Add LICENSE, clarify USE_GL
Approved by: portgmr blanket
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index c61c24a10752..cd698d994191 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -9,10 +9,13 @@ MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/ MAINTAINER= bofh@FreeBSD.org COMMENT= GUI binding for using Open Inventor with Xt/Motif +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.GPL + LIB_DEPENDS= libCoin.so:graphics/Coin USES= gl libtool motif pathfix perl5 shebangfix xorg -USE_GL= yes +USE_GL= gl USE_PERL5= build SHEBANG_FILES= cfg/doxy4win.pl USE_XORG= xi |