diff options
author | ghen <ghen> | 2006-07-02 09:28:37 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-07-02 09:28:37 +0000 |
commit | 160820b60fc1e7e72b39b966228f8112dadfec7d (patch) | |
tree | f6f0e31b564e36cff1c9a6b518ee4ae5866d7f5d /misc | |
parent | 6683ded3821af99f789d848e42b274aa1a0a95cb (diff) | |
download | pkgsrc-160820b60fc1e7e72b39b966228f8112dadfec7d.tar.gz |
pkglint: Alignment of variable values should be done with tabs, not spaces.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice2-bin/Makefile.DragonFly.i386 | 8 | ||||
-rw-r--r-- | misc/openoffice2-bin/Makefile.NetBSD.i386 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/openoffice2-bin/Makefile.DragonFly.i386 b/misc/openoffice2-bin/Makefile.DragonFly.i386 index e7c13eebb9d..f5c438da215 100644 --- a/misc/openoffice2-bin/Makefile.DragonFly.i386 +++ b/misc/openoffice2-bin/Makefile.DragonFly.i386 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.DragonFly.i386,v 1.1 2006/01/30 17:24:49 joerg Exp $ +# $NetBSD: Makefile.DragonFly.i386,v 1.2 2006/07/02 09:28:37 ghen Exp $ -DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat -DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 -DEPENDS+= suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2 +DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 +DEPENDS+= suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2 .include "../../emulators/suse_linux/Makefile.application" diff --git a/misc/openoffice2-bin/Makefile.NetBSD.i386 b/misc/openoffice2-bin/Makefile.NetBSD.i386 index 257544d0b82..d16dff20592 100644 --- a/misc/openoffice2-bin/Makefile.NetBSD.i386 +++ b/misc/openoffice2-bin/Makefile.NetBSD.i386 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.2 2005/11/01 13:26:43 mrauch Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.3 2006/07/02 09:28:37 ghen Exp $ -DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat -DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 -DEPENDS+= suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2 +DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 +DEPENDS+= suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2 .include "../../emulators/suse_linux/Makefile.application" |