[Midnightbsd-cvs] mports: Makefile: The files that are not built on magus use glx which is

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 25 09:55:04 EDT 2008


Log Message:
-----------
The files that are not built on magus use glx which is an extension provided by the xorg-server port.  Add xorg-server as a dependancy, to get a good build on magus. (i hope)

Modified Files:
--------------
    mports/graphics/glitz:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/glitz/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L graphics/glitz/Makefile -L graphics/glitz/Makefile -u -r1.4 -r1.5
--- graphics/glitz/Makefile
+++ graphics/glitz/Makefile
@@ -9,13 +9,16 @@
 
 PORTNAME=	glitz
 PORTVERSION=	0.5.6
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://cairographics.org/snapshots/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	OpenGL image compositing library
+LICENSE=	x11
 
 USE_GL=		yes
+USE_XORG=	xorg-server
 USE_GNOME=	pkgconfig gnometarget gnomehack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the Midnightbsd-cvs mailing list