diff options
author | wiz <wiz@pkgsrc.org> | 2003-10-29 15:35:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-10-29 15:35:51 +0000 |
commit | b7eb2be52fe0330ff71f5f174dcfdffdac6309fb (patch) | |
tree | f862fdc84092ea893a632857e04fec688ba2e1a4 /x11/gnome-libs | |
parent | 6a5ce63bdf3b0f3f68076e56c6fb229aec13b9f7 (diff) | |
download | pkgsrc-b7eb2be52fe0330ff71f5f174dcfdffdac6309fb.tar.gz |
pkglint: no consecutive empty lines.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index aece11dbce0..bfe419f4e74 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2003/10/29 10:40:53 gavan Exp $ +# $NetBSD: Makefile,v 1.92 2003/10/29 15:35:51 wiz Exp $ DISTNAME= gnome-libs-1.4.2 CATEGORIES= x11 gnome @@ -17,7 +17,6 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool LIBTOOL_OVERRIDE+= ${WRKSRC}/libart_lgpl/libtool - GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ --enable-gtk-doc=no \ |