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/qt145/Makefile | |
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/qt145/Makefile')
-rw-r--r-- | x11-toolkits/qt145/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index 01398b2..796cb23 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.troll.no/qt/source/ MAINTAINER= andrews@technologist.com -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 USE_GMAKE= yes USE_X_PREFIX= yes |