git: 5a6beeaed0fa - main - devel/clanlib: add LICENSE and missing depends

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 8 22:47:29 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a6beeaed0fa11c007feba49c027e8424f05de7e

commit 5a6beeaed0fa11c007feba49c027e8424f05de7e
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-08 22:27:03 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-08 22:45:45 +0000

    devel/clanlib: add LICENSE and missing depends
---
 devel/clanlib/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile
index e588a792e59c..856367fce3bf 100644
--- a/devel/clanlib/Makefile
+++ b/devel/clanlib/Makefile
@@ -12,20 +12,23 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Cross-platform game SDK
 
 LICENSE=	ZLIB
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_i386=		typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'khronos_intptr_t' (aka 'long'))
+BROKEN_i386=	typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'khronos_intptr_t' (aka 'long'))
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libmikmod.so:audio/libmikmod \
 		libvorbis.so:audio/libvorbis \
+		libogg.so:audio/libogg \
 		libfontconfig.so:x11-fonts/fontconfig \
-		libpcre.so:devel/pcre
+		libpcre.so:devel/pcre \
+		libfreetype.so:print/freetype2
 
 USES=		compiler:c++11-lib gl gmake jpeg libtool localbase:ldflags \
 		pathfix pkgconfig sqlite tar:tgz xorg
-USE_XORG=	x11
+USE_XORG=	x11 xrender
 USE_LDCONFIG=	yes
-USE_GL=		yes
+USE_GL=		gl
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-docs \


More information about the dev-commits-ports-all mailing list