diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /emulators/gnuboy | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) | |
download | ports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip |
Notes
Diffstat (limited to 'emulators/gnuboy')
-rw-r--r-- | emulators/gnuboy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index ea564a05647a..b4d461dd1e85 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnuboy PORTVERSION= 1.0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators games MASTER_SITES= http://gnuboy.unix-fu.org/src/ \ http://brightrain.aerifal.cx/~laguna/src/ @@ -19,7 +19,7 @@ COMMENT= Nintendo GameBoy emulator LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib USE_SDL= sdl -USE_XLIB= yes +USE_XORG= x11 USE_AUTOTOOLS= autoconf:261 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" |