diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-23 04:14:26 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-23 04:14:26 +0000 |
commit | fafe93ef6b624fdf6ea4f7e368f46dde86291620 (patch) | |
tree | 615a5bafe207ea57a88e0684d7d2837b2c6c6deb /x11 | |
parent | bf35d1656576cedbf5c779d13d3940ba0515e63c (diff) | |
download | pkgsrc-fafe93ef6b624fdf6ea4f7e368f46dde86291620.tar.gz |
Removing unneeded libtool link command.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-libs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/qt4-libs/Makefile b/x11/qt4-libs/Makefile index 1107b1e5ecb..efbc53be515 100644 --- a/x11/qt4-libs/Makefile +++ b/x11/qt4-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2012/01/12 22:59:58 adam Exp $ +# $NetBSD: Makefile,v 1.68 2012/01/23 04:14:26 sbd Exp $ PKGNAME= qt4-libs-${QTVERSION} COMMENT= C++ X GUI toolkit @@ -47,6 +47,12 @@ INSTALLATION_DIRS+= ${QTPREFIX}/plugins/inputmethods INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} +SUBST_CLASSES+= no-libtool +SUBST_MESSAGE.no-libtool= Removing unwanted libtool link command. +SUBST_STAGE.no-libtool= post-configure +SUBST_FILES.no-libtool= translations/Makefile +SUBST_SED.no-libtool= -e '/@: IGNORE THIS LINE/s,=.*$$,= @:,' + do-install: .for prog in moc rcc uic ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} ${DESTDIR}${QTPREFIX}/bin/ |