diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-11-21 16:47:00 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-11-21 16:47:00 +0000 |
commit | d1bbfe9b7f300d6ff5447cb03ecfa091239f4c51 (patch) | |
tree | 61c8d0e75646a2ad84e74acccc2005266ce785f4 /devel/sdl12 | |
parent | 40b465290e79017f9bc608d4d6b93ca0c38b6557 (diff) | |
download | ports-d1bbfe9b7f300d6ff5447cb03ecfa091239f4c51.tar.gz ports-d1bbfe9b7f300d6ff5447cb03ecfa091239f4c51.zip |
Notes
Diffstat (limited to 'devel/sdl12')
-rw-r--r-- | devel/sdl12/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index cbc162cd1f30..83f124fd1cb4 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -50,7 +50,8 @@ DOCS= BUGS COPYING CREDITS README README-SDL.txt WhatsNew docs.html OPTIONS= NAS "Include support for the Network Audio System" Off \ AALIB "Include support for AA-lib" On \ GL "Include support for OpenGL" On \ - GGI "Include support for GGI" Off + GGI "Include support for GGI" Off \ + SVGALIB "Include support for SVGALIB" On .include <bsd.port.pre.mk> @@ -63,6 +64,10 @@ PKGMESSAGE= none DISPLAY_MSG= ${DO_NADA} .endif +.if ${OSVERSION} >= 500111 +CONFIGURE_ENV+= ac_cv_header_libusbhid_h=no +.endif + .if defined(WITH_NAS) LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas .else |