diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-17 20:00:33 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-17 20:00:33 +0000 |
commit | d0948f00357e95c80325bc21be3980624a0642cd (patch) | |
tree | 034ff37edf4192162f92807293e1899a8c661c36 /deskutils | |
parent | 29b4885a3917789467a3453e23d101ad2e12940d (diff) | |
download | FreeBSD-ports-d0948f00357e95c80325bc21be3980624a0642cd.zip FreeBSD-ports-d0948f00357e95c80325bc21be3980624a0642cd.tar.gz |
Bump libgtop's version to 1, and add RUN_DEPENDS to gnomecore.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 5 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index e130315..2942fe9 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 e130315..2942fe9 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 |