diff options
author | andreas <andreas@FreeBSD.org> | 1999-02-25 08:25:17 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-02-25 08:25:17 +0000 |
commit | abc1a6ae569da619a2ff51161c7185d39c7d2084 (patch) | |
tree | 0849158ff0a2dafccc8c22a7842a9a10ccdcd922 /x11-toolkits/qt145/Makefile | |
parent | 0360101f832e3e2996f3bba0c36a4ea3ada55472 (diff) | |
download | FreeBSD-ports-abc1a6ae569da619a2ff51161c7185d39c7d2084.zip FreeBSD-ports-abc1a6ae569da619a2ff51161c7185d39c7d2084.tar.gz |
partly adopt changes from PR
- use CXX and CXXFLAGS if set
additionally
- use X11BASE
still unsure if I should remove the dependancy from MESA...
have to think over it when having time
I think there was a problem, when building KDE with Mesa support
and using a qt lib without ...
Does somebody else have time to check ?
PR: closes 8904
Submitted partly by: Alex Zepeda <garbanzo@hooked.net>
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 87a25eb..162e935 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.29 1998/11/23 17:41:10 andreas Exp $ +# $Id: Makefile,v 1.30 1999/01/07 10:58:31 asami Exp $ # DISTNAME= qt-1.42 @@ -16,7 +16,7 @@ LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 USE_GMAKE= yes USE_X_PREFIX= yes -MAKE_ENV= QTDIR=${WRKSRC} +MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" .include <bsd.port.pre.mk> |