diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:30:32 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:30:32 +0000 |
commit | 9b4feec99c2ebb4161a0d4e30d5294d6ea0fea47 (patch) | |
tree | acef2c00f091a1ff6bd2a24a9ba2f3e9079d993f /x11/py-qt3-base | |
parent | e3d128293a60e76f4fccba311e775c0005599ebd (diff) | |
download | pkgsrc-9b4feec99c2ebb4161a0d4e30d5294d6ea0fea47.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'x11/py-qt3-base')
-rw-r--r-- | x11/py-qt3-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile index 6b2347a2a51..3233ce3984d 100644 --- a/x11/py-qt3-base/Makefile +++ b/x11/py-qt3-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/12/24 09:53:50 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/24 15:30:33 grant Exp $ # DISTNAME= PyQt-x11-gpl-3.8 @@ -13,7 +13,7 @@ COMMENT= Python binding for qt3 USE_BUILDLINK2= yes USE_X11= yes USE_LIBTOOL= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make BUILDLINK_DEPENDS.qt3-tools= qt3-tools>=3.1.2nb2 CONFIGURE_ARGS= -q ${QTDIR} -m ${GMAKE} -p ${SIPBIN} -b "" |