diff options
author | skrll <skrll@pkgsrc.org> | 2000-07-06 19:04:50 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-07-06 19:04:50 +0000 |
commit | 7884988732109b7fc84cf20953fd63999558baee (patch) | |
tree | 15dbb4d1318f5ed3c50b55dc312135a6605a1685 /x11/qt1/Makefile | |
parent | 6e8e892661ce4154c14f35ada922e02e1e7503e4 (diff) | |
download | pkgsrc-7884988732109b7fc84cf20953fd63999558baee.tar.gz |
Update to use USE_LIBTOOL and use QTPREFIX appropriately.
Diffstat (limited to 'x11/qt1/Makefile')
-rw-r--r-- | x11/qt1/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/qt1/Makefile b/x11/qt1/Makefile index ce0bc4f1949..61d5e680a65 100644 --- a/x11/qt1/Makefile +++ b/x11/qt1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/06/01 11:23:47 rh Exp $ +# $NetBSD: Makefile,v 1.6 2000/07/06 19:04:50 skrll Exp $ # DISTNAME= qt-1.44 @@ -12,9 +12,11 @@ HOMEPAGE= http://www.troll.no/products/qt.html USE_X11BASE= yes USE_GMAKE= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes -MAKE_ENV= QTDIR=${WRKSRC} +QTPREFIX=${PREFIX}/qt1 + +MAKE_ENV= QTDIR=${WRKSRC} QTPREFIX=${QTPREFIX} ALL_TARGET= src .include "../../mk/bsd.prefs.mk" @@ -32,8 +34,6 @@ post-patch: cd ${WRKSRC} && ${PATCH} <${FILESDIR}/enablegif.patch .endif -QTPREFIX=${PREFIX}/qt1 - do-install: ${INSTALL_PROGRAM_DIR} ${QTPREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${QTPREFIX}/bin |