diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-22 21:14:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-22 21:14:45 +0000 |
commit | 311f01a55745558b76cd8a14143318d98fa941f9 (patch) | |
tree | 0fb67270aa5be23814c154a076a03bc4ae66a9c0 /x11/qt3-libs/Makefile | |
parent | 2c81ca4213d733c3d185eaadc7ea588536069b1b (diff) | |
download | pkgsrc-311f01a55745558b76cd8a14143318d98fa941f9.tar.gz |
Restore changes in revision 1.34 of qt3-libs/Makefile.common after
the change in revision 1.6 of mk/buildink3/libtool-fix-la, and create
the qmake.conf files at post-configure time. This causes the libtool
wrapper to be used to create the libtool archives, instead of just
using ${LOCALBASE}/bin/libtool. Bump the PKGREVISIONs for the packages
that include qt3-libs/Makefile.common as their *.la files are now
different.
Diffstat (limited to 'x11/qt3-libs/Makefile')
-rw-r--r-- | x11/qt3-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index 894fd1414d9..fd362ec55a9 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.35 2005/06/21 23:06:07 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2005/06/22 21:14:45 jlam Exp $ LIBQT= ${WRKSRC}/lib/libqt-mt.la .include "../qt3-libs/Makefile.common" PKGNAME= qt3-libs-${QTVERSION} -PKGREVISION= 2 +PKGREVISION= 3 MAINTAINER= adam@NetBSD.org COMMENT= C++ X GUI toolkit |