[Midnightbsd-cvs] mports: Makefile: Fix on current, switch to USE_XORG (needs testing on

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 1 11:42:51 EST 2009


Log Message:
-----------
Fix on current, switch to USE_XORG (needs testing on magus)

Modified Files:
--------------
    mports/emulators/pearpc:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/emulators/pearpc/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L emulators/pearpc/Makefile -L emulators/pearpc/Makefile -u -r1.5 -r1.6
--- emulators/pearpc/Makefile
+++ emulators/pearpc/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	pearpc
 PORTVERSION=	0.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,7 +17,7 @@
 COMMENT=	PowerPC emulator
 LICENSE=	gpl2
 
-USE_XLIB=	yes
+USE_XORG=	x11
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 SUB_FILES=	pkg-message
@@ -87,7 +87,7 @@
 
 pre-configure:
 # Assumes __FreeBSD_version value.  Change when current switches over.
-.if ${OSVERSION} > 700000
+.if ${OSVERSION} < 600000
 	@${REINPLACE_CMD} -e 's|clock_settime\ ()|foobar()|' ${WRKSRC}/configure
 .endif
 


More information about the Midnightbsd-cvs mailing list