From 2a9763f12a2973ba3a8c14259329bc467c86224a Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 22 Mar 2008 08:55:40 +0000 Subject: - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup) --- emulators/mednafen/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators/mednafen') diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index ba2ec57a6340..f40bbdea06f1 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -7,7 +7,7 @@ PORTNAME= mednafen PORTVERSION= 0.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators games MASTER_SITES= SF @@ -22,8 +22,8 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_SDL= sdl net -USE_GL= gl -USE_XLIB= yes +USE_XORG= x11 +USE_GL= glut CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -- cgit v1.2.3