diff options
Diffstat (limited to 'x11/qt21/Makefile')
-rw-r--r-- | x11/qt21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt21/Makefile b/x11/qt21/Makefile index 89c0c17df92..eeb8edfec32 100644 --- a/x11/qt21/Makefile +++ b/x11/qt21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/05/10 12:04:54 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/11 12:15:17 drochner Exp $ # DISTNAME= qt-x11-2.1.0 @@ -24,7 +24,7 @@ USE_LIBTOOL= yes CONFIGURE_ENV+= QTDIR=${WRKSRC} CONFIGURE_ARGS+= -static -sm -system-zlib \ -system-libpng -system-jpeg \ - -I${LOCALBASE}/include -L${LOCALBASE}/lib \ + -I${LOCALBASE}/include -L${LOCALBASE}/lib MAKE_ENV+= QTDIR=${WRKSRC} ALL_TARGET= src |