diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-30 20:37:26 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-30 20:37:26 +0000 |
commit | 004ef5b1e538bbbaf9bc75d39769042d329d7eb0 (patch) | |
tree | f61694bb74ca5669399363e311933b9acbb2c702 /emulators | |
parent | Update to 1.3.0. (diff) |
- Respect X11BASE
Notes
Notes:
svn path=/head/; revision=178382
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yabause/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 58bd67dcc4d8..26be428147e9 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -20,6 +20,7 @@ USE_GMAKE= yes USE_SDL= yes USE_GCC= 3.4+ USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259 +USE_XLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME} |