diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-02-25 08:25:17 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-02-25 08:25:17 +0000 |
commit | 4b5759cc15bbd63e1c4de4a46ae2005f912e47dd (patch) | |
tree | ba4a770668df57e814faefae872cabdf2b716c4e /x11-toolkits/qt33/Makefile | |
parent | 22763d099ffa1c0644045b58e7fe18a265b009e7 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/qt33/Makefile')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 87a25eb27126..162e9358e2e7 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/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> |