diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-25 02:39:28 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-25 02:39:28 +0000 |
commit | dddb6be03cd3dd1516694eff85bc156c9b00ca54 (patch) | |
tree | 45c856705f6c90c973a6f4aa383f7196c237ee82 /x11/gnomecore/Makefile | |
parent | e6d5cbb2073c65a51552e8a53137401c5592a5ab (diff) | |
download | ports-dddb6be03cd3dd1516694eff85bc156c9b00ca54.tar.gz ports-dddb6be03cd3dd1516694eff85bc156c9b00ca54.zip |
Notes
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 074755689656..227d80396230 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 |