diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-10 13:15:24 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-10 13:15:24 +0000 |
commit | 9c9180c101407eeae50168a1e6af2f6f9c66757a (patch) | |
tree | 105bfbb20f5817c3a1da637486c1e6bd21e1519b /devel/sdl12/Makefile | |
parent | 1cbb95fac7cb09f8180f799378d9bdefd9d79e69 (diff) |
Notes
Diffstat (limited to 'devel/sdl12/Makefile')
-rw-r--r-- | devel/sdl12/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index afee3d59ce95..459f32f7b867 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -43,9 +43,11 @@ OPTIONS= NAS "Include support for the Network Audio System" Off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500000 .if exists(/usr/lib/libvgl.so) CONFIGURE_ARGS+=--enable-video-vgl DISPLAY_MSG= ${CAT} ${PKGMESSAGE} +.endif .else CONFIGURE_ARGS+=--disable-video-vgl PKGMESSAGE= none |