diff options
-rw-r--r-- | x11/gnome/Makefile | 8 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index ead6a7e..c8fd17d 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> diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index ead6a7e..c8fd17d 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/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> |