Summary: | new port: deskutils/gemcal | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | yoichi <yoichi> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | yoichi | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
yoichi
2001-05-10 16:20:01 UTC
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: State Changed From-To: open->closed Committed, thanks. |