diff options
author | gavan <gavan@pkgsrc.org> | 2004-11-24 16:08:48 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2004-11-24 16:08:48 +0000 |
commit | 082e6a8069be3f40c4494fc92546df93c492ee42 (patch) | |
tree | bfe69033786da0ddb4fa1d454e1e0d19e76b73b3 /x11 | |
parent | da6caa5ba8c7595b5b1fae1fc7bc758038b80112 (diff) | |
download | pkgsrc-082e6a8069be3f40c4494fc92546df93c492ee42.tar.gz |
Correct pasto.
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 e4a83edefed..4212b2c6c21 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.42 2004/11/22 12:44:50 gavan Exp $ +# $NetBSD: Makefile.common,v 1.43 2004/11/24 16:08:48 gavan Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= -shared -sm -thread -no-stl \ -system-libmng -system-libjpeg \ ${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-Wl*:S/-Wl,//} CONFIGURE_ARGS+= -qt-gif # qt3 does not write compressed GIFs -CONFIGURE_ARGS+= -no-xrender +CONFIGURE_ARGS.SunOS+= -no-xrender OPSYSVARS+= CONFIGURE_ARGS CONFIGURE_ARGS+= < ${FILESDIR}/license-acceptance |