diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
commit | 3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188 (patch) | |
tree | e2214727ec8d8e927015b3288697216a207cad1b /emulators | |
parent | 71a92f0401a4f87d6db72a4ab48749838052a9bf (diff) | |
download | freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.gz freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.zst freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/basiliskII/Makefile | 1 | ||||
-rw-r--r-- | emulators/dtcyber/Makefile | 4 | ||||
-rw-r--r-- | emulators/tme/Makefile | 2 | ||||
-rw-r--r-- | emulators/vba/Makefile | 3 | ||||
-rw-r--r-- | emulators/xhomer/Makefile | 4 |
5 files changed, 6 insertions, 8 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile index 350b9e1279f1..3db4050f02ba 100644 --- a/emulators/basiliskII/Makefile +++ b/emulators/basiliskII/Makefile @@ -18,7 +18,6 @@ COMMENT= A free, portable, Open Source 68k Mac emulator WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix -USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= esound gtk20 GNU_CONFIGURE= yes diff --git a/emulators/dtcyber/Makefile b/emulators/dtcyber/Makefile index ba835fe58995..c265f0969b63 100644 --- a/emulators/dtcyber/Makefile +++ b/emulators/dtcyber/Makefile @@ -7,7 +7,7 @@ PORTNAME= dtcyber PORTVERSION= 2.0b1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://members.iinet.net.au/~tom-hunter/ \ ${MASTER_SITE_LOCAL} @@ -18,9 +18,9 @@ MAINTAINER= trasz@FreeBSD.org COMMENT= Desktop CYBER Emulator USE_ZIP= yes +USE_XORG= x11 USE_DOS2UNIX= yes NO_WRKSUBDIR= yes -USE_XLIB= yes INSTALL_TARGET= MAKEFILE= Makefile.x11 SUB_FILES= pkg-message diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 45e6f9c76735..350092f2ddd7 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -7,6 +7,7 @@ PORTNAME= tme PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://people.csail.mit.edu/fredette/tme/ @@ -18,7 +19,6 @@ USE_GMAKE= yes USE_GNOME= gtk12 gnometarget CONFIGURE_ARGS+= --disable-shared MAKE_ENV= LANG=C -USE_XLIB= yes post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/libtme/module.c diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 048680798a2d..ccb3dfd3b6a6 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -6,7 +6,7 @@ PORTNAME= vba PORTVERSION= 1.7.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,6 @@ COMMENT= Open Source Gameboy Advance emulator BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -USE_X_PREFIX= yes WANT_GNOME= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/emulators/xhomer/Makefile b/emulators/xhomer/Makefile index c5c252bf0107..75788fd6794d 100644 --- a/emulators/xhomer/Makefile +++ b/emulators/xhomer/Makefile @@ -7,7 +7,7 @@ PORTNAME= xhomer DISTVERSION= 9-16-06 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://xhomer.isani.org/xhomer/ @@ -17,7 +17,7 @@ MAINTAINER= trasz@FreeBSD.org COMMENT= Emulator for the DEC Pro 350 computer USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= xt sm ice xext x11 ALL_TARGET= clean xhomer INSTALL_TARGET= CFLAGS+= -Wall -ffloat-store |