diff options
author | pav <pav@FreeBSD.org> | 2009-09-17 23:20:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-09-17 23:20:39 +0800 |
commit | eba6a21aa28da03cd796cae603104333347a641c (patch) | |
tree | 5885dda025fa45f40577e50256daa956ef192be3 /games | |
parent | d127e2869b32b56a2c34fdb80334b18525e9dd74 (diff) | |
download | freebsd-ports-gnome-eba6a21aa28da03cd796cae603104333347a641c.tar.gz freebsd-ports-gnome-eba6a21aa28da03cd796cae603104333347a641c.tar.zst freebsd-ports-gnome-eba6a21aa28da03cd796cae603104333347a641c.zip |
- Fails to link when sdl is installed without aalib. Workaround this by
explicitly stating X11 dependency in a way that configure script can find it.
PR: ports/138422
Submitted by: gonebsd <gonebsd@gmail.com>
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/exult/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index 41cbf6081852..8538502b3715 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= timidity:${PORTSDIR}/audio/timidity RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_SDL= sdl mixer +USE_XORG= x11 USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |