diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2a9763f12a2973ba3a8c14259329bc467c86224a (patch) | |
tree | 8bfa861c7528e65025c0b38f5e2d2e1774daf187 /emulators | |
parent | 2e38233d08d594d2f5ed52d281d5e2def1c7a210 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209570
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mednafen/Makefile | 6 | ||||
-rw-r--r-- | emulators/snes9x/Makefile | 4 | ||||
-rw-r--r-- | emulators/yabause/Makefile | 3 |
3 files changed, 6 insertions, 7 deletions
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} diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index bd2a3ad6bd89..f1f9b6d4ff32 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -7,7 +7,7 @@ PORTNAME= snes9x PORTVERSION= 1.51 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://files.ipherswipsite.com/snes9x/ \ http://www.geocities.co.jp/SiliconValley-PaloAlto/2560/release/ \ @@ -18,7 +18,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Super Nintendo Entertainment System(SNES) Emulator USE_BZIP2= yes -USE_XLIB= yes +USE_XORG= x11 sm ice xext USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-extensions diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index edf5a24cc7ff..b83053be5a37 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -7,7 +7,7 @@ PORTNAME= yabause PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= yes USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:261 -USE_XLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} SUB_FILES= pkg-message |