[Midnightbsd-cvs] mports: Makefile: Switch to USE_XORG

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed May 21 01:42:08 EDT 2008


Log Message:
-----------
Switch to USE_XORG

Modified Files:
--------------
    mports/emulators/mtools:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/emulators/mtools/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L emulators/mtools/Makefile -L emulators/mtools/Makefile -u -r1.3 -r1.4
--- emulators/mtools/Makefile
+++ emulators/mtools/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	mtools
 PORTVERSION=	3.9.10
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	ftp://ftp.tux.org/pub/knaff/mtools/  \
 		http://mtools.linux.lu/
@@ -22,11 +23,11 @@
 
 GNU_CONFIGURE=	yes
 .if !defined(WITHOUT_X11)
-USE_XLIB=	yes
+USE_XORG=	x11 sm ice xau
 CONFIGURE_ARGS=	--enable-xdf --enable-floppyd
 PLIST_SUB=	WITH_X11=""
 .else
-CONFIGURE_ARGS=	--enable-xdf
+CONFIGURE_ARGS=	--enable-xdf --disable-floppyd
 PLIST_SUB=	WITH_X11="@comment "
 .endif
 


More information about the Midnightbsd-cvs mailing list