diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-17 18:13:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-17 18:13:33 +0800 |
commit | f3e66f4556a4da0b7e2e8290ffc67976de462e66 (patch) | |
tree | 6a2a5540e1fd0f4b8c4593ad9d3444b92135d046 /graphics | |
parent | 2c49e012e3e3f48cdd72513ad75fbe1718196982 (diff) | |
download | freebsd-ports-gnome-f3e66f4556a4da0b7e2e8290ffc67976de462e66.tar.gz freebsd-ports-gnome-f3e66f4556a4da0b7e2e8290ffc67976de462e66.tar.zst freebsd-ports-gnome-f3e66f4556a4da0b7e2e8290ffc67976de462e66.zip |
Chase the USE_MESA -> USE_GL change.
PR: ports/60320
Submitted by: Roland Jesse <roland.jesse@gmx.net> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Coin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 9f2954e1b2ce..52600bcad94c 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= simage.22:${PORTSDIR}/graphics/simage \ openal.0:${PORTSDIR}/audio/openal USE_REINPLACE= yes -USE_MESA= yes +USE_GL= yes USE_XLIB= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --program-transform-name="s/x/x/" --with-pthread=yes --enable-threadsafe \ |