svn commit: r521241 - head/graphics/devil

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 28 20:41:19 UTC 2019


Author: amdmi3
Date: Sat Dec 28 20:41:18 2019
New Revision: 521241
URL: https://svnweb.freebsd.org/changeset/ports/521241

Log:
  - Add missing gl and xorg depends

Modified:
  head/graphics/devil/Makefile

Modified: head/graphics/devil/Makefile
==============================================================================
--- head/graphics/devil/Makefile	Sat Dec 28 20:36:12 2019	(r521240)
+++ head/graphics/devil/Makefile	Sat Dec 28 20:41:18 2019	(r521241)
@@ -3,7 +3,7 @@
 
 PORTNAME=	devil
 PORTVERSION=	1.7.8
-PORTREVISION=	24
+PORTREVISION=	25
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/openil/DevIL/${PORTVERSION}
@@ -12,7 +12,7 @@ DISTNAME=	DevIL-${PORTVERSION}
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Full featured cross-platform image library
 
-USES=		alias autoreconf gmake libtool localbase pkgconfig xorg
+USES=		alias autoreconf gmake libtool localbase pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-ILU --enable-ILUT \
 		--disable-allegro --disable-directx8 --disable-directx9 \
@@ -61,9 +61,9 @@ EXR_CONFIGURE_ENABLE=	exr
 #SQUISH_CONFIGURE_WITH=	libsquish
 NVTT_LIB_DEPENDS=	libnvtt.so:graphics/nvidia-texture-tools
 NVTT_CONFIGURE_WITH=	nvtt
-X11_USES=		gl
-X11_USE=		GL=glut
-X11_CONFIGURE_OFF=	--disable-opengl --disable-x11 --disable-xpm --disable-shm
+X11_USES=		gl xorg
+X11_USE=		GL=gl,glu,glut XORG=x11,xext,xmu,xi,xrender,sm,ice
+X11_CONFIGURE_OFF=	--disable-opengl --disable-x11 --disable-xpm --disable-shm --disable-render
 SDL_USES=		sdl
 SDL_USE=		SDL=sdl
 SDL_CONFIGURE_OFF=	--disable-sdl


More information about the svn-ports-head mailing list