diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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 |