diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-07 23:56:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-07 23:56:54 +0000 |
commit | d15f3624302955323a7ec32bb8cd46300d4bf977 (patch) | |
tree | 059b297eb9d8482cbac38ab2d111792f237e9cef /x11/qt3-tools | |
parent | 87966f807959d3e611492c6421b602591e512a12 (diff) | |
download | pkgsrc-d15f3624302955323a7ec32bb8cd46300d4bf977.tar.gz |
Correctly define some variables that qmake expects to be defined:
QMAKE_SYMBOLIC_LINK, QMAKE_DEL_FILE, QMAKE_DEL_DIR. This suppresses some
ignored build errors when building qt3-* packages. Bump PKGREVISION of
qt3-tools (which installs the qmake.conf file) to 2.
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r-- | x11/qt3-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index 0659e885b6f..bc7c869f00f 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2002/12/24 06:10:35 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2003/01/07 23:56:56 jlam Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= QT GUI (WYSIWYG) builder and other tools CONFIGURE_ARGS+= -I${QTDIR}/include \ |