pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/ruby-fox Please pkglint; also break a very long line.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c689fc484e0
branches:  trunk
changeset: 490186:7c689fc484e0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Mar 05 09:19:45 2005 +0000

description:
Please pkglint; also break a very long line.

diffstat:

 x11/ruby-fox/Makefile |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 396b25736473 -r 7c689fc484e0 x11/ruby-fox/Makefile
--- a/x11/ruby-fox/Makefile     Sat Mar 05 09:14:11 2005 +0000
+++ b/x11/ruby-fox/Makefile     Sat Mar 05 09:19:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/01/28 14:08:02 taca Exp $
+# $NetBSD: Makefile,v 1.22 2005/03/05 09:19:45 jmmv Exp $
 
 DISTNAME=      FXRuby-1.0.29
 PKGNAME=       ${RUBY_PKGPREFIX}-fox-1.0.29
@@ -6,10 +6,13 @@
 CATEGORIES=    x11 ruby
 MASTER_SITES=  http://rubyforge.org/frs/download.php/983/ \
                ${MASTER_SITE_SOURCEFORGE:=fxruby/}
+
 MAINTAINER=    sakamoto%NetBSD.org@localhost
 HOMEPAGE=      http://www.fxruby.org/
 COMMENT=       Ruby interface to FOX GUI library
 
+DEPENDS+=      ${RUBY_PKGPREFIX}-opengl>=0.32:../../graphics/ruby-opengl
+
 RUBY_HAS_ARCHLIB=      yes
 USE_BUILDLINK3=                yes
 USE_RUBY_EXTCONF=      yes
@@ -21,13 +24,12 @@
 CONFIGURE_ARGS+= --with-opengl-include=${BUILDLINK_PREFIX.Mesa}/include/GL
 CONFIGURE_ARGS+= --with-fox-lib=${BUILDLINK_PREFIX.fox}/lib
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-opengl>=0.32:../../graphics/ruby-opengl
-
 post-install:
        ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}/fox
        ${INSTALL_DATA} ${WRKDIST}/lib/fox/*.rb ${RUBY_SITELIBDIR}/fox
        ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/fox
-       ${INSTALL_DATA} ${WRKDIST}/examples/README ${WRKDIST}/examples/*.rb ${RUBY_EXAMPLESDIR}/fox
+       ${INSTALL_DATA} ${WRKDIST}/examples/README ${WRKDIST}/examples/*.rb \
+               ${RUBY_EXAMPLESDIR}/fox
        ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/fox/icons
        ${INSTALL_DATA} ${WRKDIST}/examples/icons/* \
                ${RUBY_EXAMPLESDIR}/fox/icons



Home | Main Index | Thread Index | Old Index