diff options
author | grant <grant> | 2003-08-02 04:24:58 +0000 |
---|---|---|
committer | grant <grant> | 2003-08-02 04:24:58 +0000 |
commit | edd9d2672490c37724eefe359a42b198a9505232 (patch) | |
tree | 64a08e267a57d05fef83669fcae7fb53657628ff | |
parent | ff667977781072696495f0f043fe019e1520906b (diff) | |
download | pkgsrc-edd9d2672490c37724eefe359a42b198a9505232.tar.gz |
use USE_GNU_TOOLS+= so we can co-exist with a user's setting.
-rw-r--r-- | devel/ncurses/Makefile | 4 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 09a6f1c03fa..549fb440c99 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2003/08/02 03:56:37 grant Exp $ +# $NetBSD: Makefile,v 1.51 2003/08/02 04:24:58 grant Exp $ DISTNAME= ncurses-${NC_VERS} NC_VERS= 5.3 @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --without-gpm CONFIGURE_ARGS+= --with-manpage-format=normal CONFIGURE_ARGS+= --with-manpage-tbl -USE_GNU_TOOLS= awk +USE_GNU_TOOLS+= awk .include "../../mk/bsd.prefs.mk" diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index ed96f1fa87e..358e6c111d8 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.20 2003/08/02 03:58:24 grant Exp $ +# $NetBSD: Makefile.common,v 1.21 2003/08/02 04:24:59 grant Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -18,7 +18,7 @@ USE_GMAKE= yes USE_GCC_SHLIB= yes USE_LIBTOOL= yes -USE_GNU_TOOLS= awk +USE_GNU_TOOLS+= awk QTPREFIX= ${PREFIX}/qt3 |