diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-21 14:05:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-21 14:05:32 +0000 |
commit | 5ffa69c61fc1f17cfd9412b296c466d60239f0d3 (patch) | |
tree | 184ac2e053d4a5d071bfb6e9b774e2028be745cc /x11-toolkits/qt145 | |
parent | Make it install again. (diff) |
Yet another "Mesa -> Mesa2" that crept in since the last INDEX build.
Notes
Notes:
svn path=/head/; revision=12051
Diffstat (limited to 'x11-toolkits/qt145')
-rw-r--r-- | x11-toolkits/qt145/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index 144383d94c0a..a72fb65b65f6 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $Id: Makefile,v 1.17 1998/04/28 20:14:20 andreas Exp $ +# $Id: Makefile,v 1.18 1998/07/20 16:51:14 andreas Exp $ # DISTNAME= qt-${MAJ}.${MIN} @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.troll.no/qt/source/ MAINTAINER= andreas@FreeBSD.ORG -LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa +LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 MAJ= 1 MIN= 40 |