summaryrefslogtreecommitdiff
path: root/x11/qt3-psql
diff options
context:
space:
mode:
authordrochner <drochner>2003-02-18 19:16:53 +0000
committerdrochner <drochner>2003-02-18 19:16:53 +0000
commita7d1ed775d109f5e80937049b54b7b18f5a85f9b (patch)
tree67119fb2777e65fb1817791f0ab90ec6e66cff3e /x11/qt3-psql
parentd573ec1dc7b92c1a1673f5fc8a357822078bfa44 (diff)
downloadpkgsrc-a7d1ed775d109f5e80937049b54b7b18f5a85f9b.tar.gz
Substitute "LIBQT" by something sensible at build time instead of leaving
it an environment variable. So we get a "qmake.conf" installed which is usable ouside the pkgsrc/qt3* context.
Diffstat (limited to 'x11/qt3-psql')
-rw-r--r--x11/qt3-psql/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile
index bfac347aad4..d17e1b76582 100644
--- a/x11/qt3-psql/Makefile
+++ b/x11/qt3-psql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/02/04 18:09:17 skrll Exp $
+# $NetBSD: Makefile,v 1.5 2003/02/18 19:16:55 drochner Exp $
#
.include "../qt3-libs/Makefile.common"
@@ -9,8 +9,6 @@ COMMENT= QT postgresql driver
CONFIGURE_ARGS+= -I${QTDIR}/include \
-L${QTDIR}/lib
-MAKE_ENV+= LIBQT="-lqt-mt"
-
USE_BUILDLINK2= yes
BUILD_QT3= yes