Date: Thu, 10 May 2001 09:50:05 -0700 (PDT) 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: <200105101650.f4AGo5Y09558@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/27248; it has been noted by GNATS. From: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/27248: new port: deskutils/gemcal Date: Fri, 11 May 2001 01:49:14 +0900 Sorry, I forget to consider dependency. gemcal requires ruby-gtk. diff -u -r1.9 -r1.10 --- Makefile 2001/05/10 15:03:16 1.9 +++ Makefile 2001/05/10 16:44:01 1.10 @@ -15,6 +15,8 @@ USE_RUBY= yes +RUN_DEPENDS+= ${RUBY_SITELIBDIR}/gtkcompat.rb:${PORTSDIR}/x11-toolkits/ruby-gtk + do-build: @(cd ${BUILD_WRKSRC}; ${RUBY} configure.rb --disable-palm --with-icondir=${PREFIX}/share/gemcal/xpm) do-install: 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?200105101650.f4AGo5Y09558>