diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 16:06:59 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 16:06:59 +0000 |
commit | 23835a46943c85f6127d1a0d412a7f81853fa533 (patch) | |
tree | 0968a2c2264bb0113f6058fe95a786cbcfa7a806 /x11-toolkits/qt145/Makefile | |
parent | 72cacf3a8f8deb592d476735f4084f35362007a0 (diff) | |
download | FreeBSD-ports-23835a46943c85f6127d1a0d412a7f81853fa533.zip FreeBSD-ports-23835a46943c85f6127d1a0d412a7f81853fa533.tar.gz |
Remove regexp support for Mesa2 libs.
Diffstat (limited to 'x11-toolkits/qt145/Makefile')
-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 53262e1..123a74a 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.21 1998/08/07 22:56:39 asami Exp $ +# $Id: Makefile,v 1.22 1998/08/11 13:19: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/Mesa2 +LIB_DEPENDS= MesaGL.13:${PORTSDIR}/graphics/Mesa2 MAJ= 1 MIN= 40 |