summaryrefslogtreecommitdiffstats
path: root/emulators/gbe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gbe/Makefile')
-rw-r--r--emulators/gbe/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile
index f298ea4..41912d7 100644
--- a/emulators/gbe/Makefile
+++ b/emulators/gbe/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gbe
PORTVERSION= 0.0.22
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://www.zophar.net/unix/Files/
@@ -17,10 +17,10 @@ COMMENT= Nintendo GameBoy(tm) emulator with GNU source code
PLIST_FILES= bin/gbe
WRKSRC= ${WRKDIR}/${PORTNAME}
-MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" \
- LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
+MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-USE_X_PREFIX= yes
+USE_XORG= x11
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin
OpenPOWER on IntegriCloud