diff options
author | jseger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
commit | fa5ad4bdbbbcbf2673bd69fcf10342a5799d4c6c (patch) | |
tree | ded8241aa4b2a1e5352148ed8f07dc2c71f14613 /x11-toolkits/qt22 | |
parent | 76f435f47ac5e433e652d1056fd3b20620c3c7de (diff) | |
download | FreeBSD-ports-fa5ad4bdbbbcbf2673bd69fcf10342a5799d4c6c.zip FreeBSD-ports-fa5ad4bdbbbcbf2673bd69fcf10342a5799d4c6c.tar.gz |
Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
Diffstat (limited to 'x11-toolkits/qt22')
-rw-r--r-- | x11-toolkits/qt22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile index aab47b0..09a6085 100644 --- a/x11-toolkits/qt22/Makefile +++ b/x11-toolkits/qt22/Makefile @@ -15,7 +15,7 @@ MAINTAINER= imura@FreeBSD.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - MesaGL.14:${PORTSDIR}/graphics/Mesa3 + GL.14:${PORTSDIR}/graphics/Mesa3 NO_LATEST_LINK= yes USE_GMAKE= yes |