Disable libvgl support on 4.x.

Reported by:	lofi
This commit is contained in:
Kirill Ponomarev 2005-10-10 13:15:24 +00:00
parent 1cbb95fac7
commit 9c9180c101
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144815

View file

@ -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