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-sip | |
parent | e3d128293a60e76f4fccba311e775c0005599ebd (diff) | |
download | pkgsrc-9b4feec99c2ebb4161a0d4e30d5294d6ea0fea47.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'x11/py-qt3-sip')
-rw-r--r-- | x11/py-qt3-sip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile index 3d09b064612..55d9ba6aac0 100644 --- a/x11/py-qt3-sip/Makefile +++ b/x11/py-qt3-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/08/25 17:31:45 recht Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/24 15:30:33 grant Exp $ # DISTNAME= sip-x11-gpl-3.8 @@ -18,7 +18,7 @@ BUILD_DEPENDS+= qt3-tools-3.*:../../x11/qt3-tools USE_BUILDLINK2= # defined USE_X11= # defined USE_LIBTOOL= # defined -USE_GMAKE= yes +USE_GNU_TOOLS+= make CONFIGURE_ARGS= -q ${QTDIR} -m ${GMAKE} |