diff options
author | ghen <ghen@pkgsrc.org> | 2006-07-02 09:28:37 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-07-02 09:28:37 +0000 |
commit | 0e5694579aa19fe3d076f6b70631d70a4f0c7bee (patch) | |
tree | f6f0e31b564e36cff1c9a6b518ee4ae5866d7f5d /misc | |
parent | d759456b9a23610d6cfdeacf7c1833b851e6f3ef (diff) | |
download | pkgsrc-0e5694579aa19fe3d076f6b70631d70a4f0c7bee.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" |