USE_MESA -> USE_GL

This commit is contained in:
Max Khon 2003-11-07 16:02:37 +00:00
parent 9807675cca
commit a6dab36e08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93306

View file

@ -24,12 +24,12 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
USE_BZIP2= yes USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_MESA= yes USE_GL= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_REINPLACE= yes USE_REINPLACE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
CONFIGURE_ARGS=--with-libpng=sys \ CONFIGURE_ARGS= --with-libpng=sys \
--with-libjpeg=sys \ --with-libjpeg=sys \
--with-libtiff=sys \ --with-libtiff=sys \
--with-zlib=sys \ --with-zlib=sys \