summaryrefslogtreecommitdiff
path: root/x11/qt5-odbc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-01-06 11:21:18 +0000
committerjoerg <joerg@pkgsrc.org>2014-01-06 11:21:18 +0000
commit04ba07488a42aabd780c12410b8f8fe539cf52e4 (patch)
tree6ecad794a007392f9facc7ad25f4814c443fb9ff /x11/qt5-odbc
parentd692eac204033ef823be349d2efbb5d66c0d3eed (diff)
downloadpkgsrc-04ba07488a42aabd780c12410b8f8fe539cf52e4.tar.gz
Don't override post-configure, just add to it.
Diffstat (limited to 'x11/qt5-odbc')
-rw-r--r--x11/qt5-odbc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/qt5-odbc/Makefile b/x11/qt5-odbc/Makefile
index 9e80772a889..d8762aea7cc 100644
--- a/x11/qt5-odbc/Makefile
+++ b/x11/qt5-odbc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:39 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/06 11:21:18 joerg Exp $
PKGNAME= qt5-odbc-${QTVERSION}
PKGREVISION= 1
@@ -22,10 +22,12 @@ INSTALLATION_DIRS+= qt5/plugins/sqldrivers
LIBS+= -lltdl
-post-configure:
+qmake-odbc-configure:
cd ${WRKSRC}/${BUILD_DIRS} && \
${QTDIR}/bin/qmake "sql-plugins=odbc" -o Makefile
+post-configure: qmake-odbc-configure
+
do-install:
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
${WRKSRC}/qtbase/plugins/sqldrivers/libqsqlodbc.la \