diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-18 04:00:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-18 04:00:33 +0800 |
commit | d0948f00357e95c80325bc21be3980624a0642cd (patch) | |
tree | 034ff37edf4192162f92807293e1899a8c661c36 | |
parent | 29b4885a3917789467a3453e23d101ad2e12940d (diff) | |
download | freebsd-ports-gnome-d0948f00357e95c80325bc21be3980624a0642cd.tar.gz freebsd-ports-gnome-d0948f00357e95c80325bc21be3980624a0642cd.tar.zst freebsd-ports-gnome-d0948f00357e95c80325bc21be3980624a0642cd.zip |
Bump libgtop's version to 1, and add RUN_DEPENDS to gnomecore.
-rw-r--r-- | deskutils/gnome-utils/Makefile | 5 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 5 | ||||
-rw-r--r-- | misc/gnomeutils/Makefile | 5 | ||||
-rw-r--r-- | misc/gnomeutils2/Makefile | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index e130315f5ce1..2942fe952681 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -3,7 +3,7 @@ # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1999/01/05 12:59:32 vanilla Exp $ +# $Id: Makefile,v 1.3 1999/01/12 16:50:40 vanilla Exp $ # DISTNAME= gnome-utils-0.99.1 @@ -14,8 +14,9 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= nacai@iname.com +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ - gtop.0:${PORTSDIR}/devel/libgtop + gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index e130315f5ce1..2942fe952681 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -3,7 +3,7 @@ # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1999/01/05 12:59:32 vanilla Exp $ +# $Id: Makefile,v 1.3 1999/01/12 16:50:40 vanilla Exp $ # DISTNAME= gnome-utils-0.99.1 @@ -14,8 +14,9 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= nacai@iname.com +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ - gtop.0:${PORTSDIR}/devel/libgtop + gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/misc/gnomeutils/Makefile b/misc/gnomeutils/Makefile index e130315f5ce1..2942fe952681 100644 --- a/misc/gnomeutils/Makefile +++ b/misc/gnomeutils/Makefile @@ -3,7 +3,7 @@ # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1999/01/05 12:59:32 vanilla Exp $ +# $Id: Makefile,v 1.3 1999/01/12 16:50:40 vanilla Exp $ # DISTNAME= gnome-utils-0.99.1 @@ -14,8 +14,9 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= nacai@iname.com +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ - gtop.0:${PORTSDIR}/devel/libgtop + gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile index e130315f5ce1..2942fe952681 100644 --- a/misc/gnomeutils2/Makefile +++ b/misc/gnomeutils2/Makefile @@ -3,7 +3,7 @@ # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1999/01/05 12:59:32 vanilla Exp $ +# $Id: Makefile,v 1.3 1999/01/12 16:50:40 vanilla Exp $ # DISTNAME= gnome-utils-0.99.1 @@ -14,8 +14,9 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= nacai@iname.com +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ - gtop.0:${PORTSDIR}/devel/libgtop + gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GMAKE= yes |