diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-30 06:32:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-30 06:32:40 +0000 |
commit | c32a994ca7f99cea71363a46fdfad367a14daf82 (patch) | |
tree | ddc8906e3a9665f234b179316725565e55819206 /x11/gnome | |
parent | configure with "--without-x" if X11BASE/bin/xauth is missing. (diff) |
Fix three typos (gxsnmp.o -> gxsnmp.1, ggc -> ggv, do-install= -> do-install:).
Guys, it wouldn't hurt to TEST these things once in a while! ;)
Notes
Notes:
svn path=/head/; revision=14251
Diffstat (limited to 'x11/gnome')
-rw-r--r-- | x11/gnome/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index ead6a7e72c8e..c8fd17ddd43c 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Aug 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/28 15:57:25 vanilla Exp $ # DISTNAME= gnome-0.30 @@ -16,15 +16,15 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \ panel_applet.0:${PORTSDIR}/x11/gnomecore \ gdkcardimage.0:${PORTSDIR}/games/gnomegames \ - gxsnmp.o:${PORTSDIR}/sysutils/gnomeadmin + gxsnmp.1:${PORTSDIR}/sysutils/gnomeadmin RUN_DEPENDS= gcalc:${PORTSDIR}/misc/gnomeutils \ ElectricEyes:${PORTSDIR}/graphics/electriceyes \ - ggc:${PORTSDIR}/print/ggv \ + ggv:${PORTSDIR}/print/ggv \ gnumeric:${PORTSDIR}/math/gnumeric EXTRACT_ONLY= # empty NO_BUILD= yes -do-install= # empty +do-install: # empty .include <bsd.port.mk> |