- math/ruby-narray is build dependency
PR: ports/66411 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
This commit is contained in:
parent
26e3b2ec54
commit
88a9c3bc78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108776
1 changed files with 3 additions and 2 deletions
|
@ -17,6 +17,7 @@ DIST_SUBDIR= ruby
|
|||
MAINTAINER?= murakami@ahs.scitec.kobe-u.ac.jp
|
||||
COMMENT?= A Ruby interface to the scientific graphic library DCL
|
||||
|
||||
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
|
||||
|
||||
USE_RUBY= yes
|
||||
|
@ -26,9 +27,9 @@ USE_RUBY_EXTCONF= yes
|
|||
PKGNAMESUFFIX= -gtk
|
||||
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \
|
||||
${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
|
||||
BUILD_DEPENDS= ${X11BASE}/lib/libcdcl52.a:${PORTSDIR}/science/cdcl-gtk
|
||||
BUILD_DEPENDS+= ${X11BASE}/lib/libcdcl52.a:${PORTSDIR}/science/cdcl-gtk
|
||||
.else
|
||||
BUILD_DEPENDS= ${X11BASE}/lib/libcdcl52.a:${PORTSDIR}/science/cdcl
|
||||
BUILD_DEPENDS+= ${X11BASE}/lib/libcdcl52.a:${PORTSDIR}/science/cdcl
|
||||
.endif
|
||||
|
||||
DOCS= ChangeLog README ToDo
|
||||
|
|
Loading…
Reference in a new issue