Try to avoid this from being built on the build cluster.
It will fail unless you define FORCE_PKG_REGISTER. Reported by: kris
This commit is contained in:
parent
e98adac7c8
commit
77506df12a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79481
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR}
|
|||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR} \
|
||||
${RUBY_SITEARCHLIBDIR}/opengl.so:${PORTSDIR}/graphics/ruby-opengl
|
||||
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
IGNORE= Needs to define FORCE_PKG_REGISTER=yes to get this installed
|
||||
.endif
|
||||
|
||||
USE_MESA= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
|
Loading…
Reference in a new issue