diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /emulators | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) | |
download | ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.tar.gz ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/pearpc/Makefile | 4 | ||||
-rw-r--r-- | emulators/uae/Makefile | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index a4c02fe97a0e..3924ab403b40 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= pearpc PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= PowerPC emulator -USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message +USE_XORG= x11 MAN1= ppc.1 PLIST_FILES= bin/ppc etc/ppccfg.example %%DATADIR%%/video.x diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index fbc5af67c964..ed2160d31d9c 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -21,7 +21,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:261 CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga -USE_XLIB= yes USE_GNOME= gtk20 USE_GCC= 3.4 |