diff options
author | acm <acm@FreeBSD.org> | 2006-11-30 20:37:26 +0000 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-11-30 20:37:26 +0000 |
commit | 2f7c40ef41a252e99fcc6942a026b1b8cd3e255e (patch) | |
tree | 10de8ee0aaf21a211239f40f3ffe644c4d757ea3 /emulators | |
parent | f93d978c1a76be4f941bd760159e8791f28b016a (diff) | |
download | FreeBSD-ports-2f7c40ef41a252e99fcc6942a026b1b8cd3e255e.zip FreeBSD-ports-2f7c40ef41a252e99fcc6942a026b1b8cd3e255e.tar.gz |
- Respect X11BASE
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 58bd67d..26be428 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} |