diff options
author | grant <grant@pkgsrc.org> | 2003-08-02 03:58:24 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-02 03:58:24 +0000 |
commit | 1daa5ab88b8735a6476ca30491b3cf240eec1ffc (patch) | |
tree | 490077bd4370f857ecb8de02d41f2532bb5c1eec | |
parent | a81b116d3db4bd878d0fc5709e572fad8f065fd1 (diff) | |
download | pkgsrc-1daa5ab88b8735a6476ca30491b3cf240eec1ffc.tar.gz |
USE_GNU_TOOLS=awk
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 8673df8a97f..ed96f1fa87e 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2003/08/01 15:31:08 drochner Exp $ +# $NetBSD: Makefile.common,v 1.20 2003/08/02 03:58:24 grant Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -18,6 +18,8 @@ USE_GMAKE= yes USE_GCC_SHLIB= yes USE_LIBTOOL= yes +USE_GNU_TOOLS= awk + QTPREFIX= ${PREFIX}/qt3 CONFIGURE_ARGS+= -prefix ${QTPREFIX} |