Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2001 20:25:26 +0900
From:      Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/27248: new port: deskutils/gemcal
Message-ID:  <86snhpn2ah.wl@e-ppp7.eken.phys.nagoya-u.ac.jp>
In-Reply-To: <86lmnsdsgh.wl@e-ppp7.eken.phys.nagoya-u.ac.jp>
References:  <200105200321.f4K3Lbg10819@freefall.freebsd.org> <86lmnsdsgh.wl@e-ppp7.eken.phys.nagoya-u.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
I'm the maintainer of ports/deskutils/gemcal.

Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> wrote:
> Hi, I saw the commited port:

>  $FreeBSD: ports/deskutils/gemcal/Makefile,v 1.1 2001/05/20 03:20:21 will Exp $

> By the way, I sent a report that the port runs depending on x11-toolkits/ruby-gtk in

My last fix for the dependency in
> > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27248
was not correct. So please fix it as follows. thanks.
--
yoichi nakayama

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/gemcal/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2001/05/20 03:20:21	1.1
+++ Makefile	2001/05/28 11:22:30
@@ -13,6 +13,8 @@
 
 MAINTAINER?=	yoichi@eken.phys.nagoya-u.ac.jp
 
+RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk
+
 USE_RUBY=	yes
 
 do-build:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86snhpn2ah.wl>