Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2021 22:47:29 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5a6beeaed0fa - main - devel/clanlib: add LICENSE and missing depends
Message-ID:  <202104082247.138MlTqj009477@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

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

commit 5a6beeaed0fa11c007feba49c027e8424f05de7e
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-08 22:27:03 +0000
Commit:     Dmitry Marakasov <amdmi3@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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104082247.138MlTqj009477>