diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-13 02:50:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-13 02:50:38 +0000 |
commit | 3f3f88180d4fe3cdccc878bc3f1c861bb93496bd (patch) | |
tree | 046135d86badb012791ad8411f197d6997f7938e | |
parent | Upgrade to 1.1.29, split gimp-perl to p5-Gimp (coming soon). (diff) |
Remove an unnecessary \ at the end of the line.
Notes
Notes:
svn path=/head/; revision=35051
-rw-r--r-- | japanese/gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/gnome/Makefile b/japanese/gnome/Makefile index 2127d2bfde80..9612eb0e2da5 100644 --- a/japanese/gnome/Makefile +++ b/japanese/gnome/Makefile @@ -18,8 +18,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/japanese/gnomelibs \ panel_applet.4:${PORTSDIR}/japanese/gnomecore \ gal.1:${PORTSDIR}/japanese/gal - -RUN_DEPENDS= gnumeric:${PORTSDIR}/japanese/gnumeric \ +RUN_DEPENDS= gnumeric:${PORTSDIR}/japanese/gnumeric NO_BUILD= yes |