diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-02 19:24:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-02 19:24:49 +0000 |
commit | 3f1c817f7cd3d6dcdbd92c142569cad77950cd95 (patch) | |
tree | 2a0381b72a71eaa8e975d3fbdb8a6ab14fd8af3c /x11 | |
parent | 6ccfda72e3ccac2235e996b6d4075908a2cf7465 (diff) | |
download | pkgsrc-3f1c817f7cd3d6dcdbd92c142569cad77950cd95.tar.gz |
Remove unnecessary empty line.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt2-libs/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt2-libs/Makefile.common b/x11/qt2-libs/Makefile.common index 34f92386ba0..4b58086253b 100644 --- a/x11/qt2-libs/Makefile.common +++ b/x11/qt2-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2001/03/28 09:27:51 skrll Exp $ +# $NetBSD: Makefile.common,v 1.10 2001/04/02 19:24:49 wiz Exp $ # DISTNAME= qt-x11-${QTVERSION} @@ -31,7 +31,6 @@ PATCHDIR= ${PKGSRCDIR}/x11/qt2-libs/patches .include "../../mk/bsd.prefs.mk" - .if ${OPSYS} == "SunOS" BUILD_DEPENDS+= egcs-1.1.2:../../lang/egcs CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++ |