summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2014-01-06 11:21:18 +0000
committerjoerg <joerg>2014-01-06 11:21:18 +0000
commit74d21168ae4ee411616457358b454e47083c32a9 (patch)
tree6ecad794a007392f9facc7ad25f4814c443fb9ff /x11
parent281b576a88ca0b099362e01b8900b588f644733f (diff)
downloadpkgsrc-74d21168ae4ee411616457358b454e47083c32a9.tar.gz
Don't override post-configure, just add to it.
Diffstat (limited to 'x11')
-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 \