diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-25 10:39:28 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-25 10:39:28 +0800 |
commit | 64de7009a21ba8b35bd991900f1c37f54875e727 (patch) | |
tree | 0ad219150e6456981914aa6e1ac11ba6f782bfae /x11/gnomecore/Makefile | |
parent | 7b9c19d9b457ff569ba943534d8a6be91d55f490 (diff) | |
download | freebsd-ports-graphics-64de7009a21ba8b35bd991900f1c37f54875e727.tar.gz freebsd-ports-graphics-64de7009a21ba8b35bd991900f1c37f54875e727.tar.zst freebsd-ports-graphics-64de7009a21ba8b35bd991900f1c37f54875e727.zip |
Update 1.0.1 -> 1.0.3
Diffstat (limited to 'x11/gnomecore/Makefile')
-rw-r--r-- | x11/gnomecore/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 07475568965..227d8039623 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomecore -# Version required: 1.0.1 +# Version required: 1.0.3 # Date created: 17 March 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.18 1999/02/19 04:26:33 vanilla Exp $ +# $Id: Makefile,v 1.19 1999/03/09 01:09:04 nectar Exp $ # -DISTNAME= gnome-core-1.0.1 -PKGNAME= gnomecore-1.0.1 +DISTNAME= gnome-core-1.0.3 +PKGNAME= gnomecore-1.0.3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= gnome-1.0/sources @@ -16,7 +16,7 @@ MAINTAINER= nacai@iname.com RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ - ghttp.0:${PORTSDIR}/www/libghttp + ghttp.1:${PORTSDIR}/www/libghttp # implicit dependencies # gettext, esound, gnomelibs |