[Midnightbsd-cvs] mports: Makefile: switch to use xorg

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 22 19:46:05 EST 2009


Log Message:
-----------
switch to use xorg

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/tiff/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L graphics/tiff/Makefile -L graphics/tiff/Makefile -u -r1.4 -r1.5
--- graphics/tiff/Makefile
+++ graphics/tiff/Makefile
@@ -10,6 +10,7 @@
 
 PORTNAME=	tiff
 PORTVERSION=	3.8.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.remotesensing.org/pub/libtiff/ \
 		http://dl1.maptools.org/dl/libtiff/
@@ -29,7 +30,8 @@
 CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"
 
 .if defined(WITH_X11) && !defined(WITHOUT_X11)
-USE_XLIB=	yes
+USE_XORG=	sm ice xmu xi x11
+USE_GL=		glut glu gl
 .else
 CONFIGURE_ARGS+=	--without-x --without-libgl
 .endif


More information about the Midnightbsd-cvs mailing list