diff options
author | knu <knu@FreeBSD.org> | 2001-05-04 23:41:47 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-04 23:41:47 +0000 |
commit | 7d658834255bfd30db3199a6782ac4f936b35872 (patch) | |
tree | 64c1753c5955cd7bc553bd26cc2b6f6c88d33269 /graphics | |
parent | aaf04dabae59dd4956659808c1dff5adea2c8101 (diff) | |
download | FreeBSD-ports-7d658834255bfd30db3199a6782ac4f936b35872.zip FreeBSD-ports-7d658834255bfd30db3199a6782ac4f936b35872.tar.gz |
Update to 0.32-repacked..
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-opengl/Makefile | 5 | ||||
-rw-r--r-- | graphics/ruby-opengl/distinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index 70e5281..b639e29 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -7,6 +7,7 @@ PORTNAME= opengl PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= http://www2.giganet.net/~yoshi/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -25,6 +26,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --with-ruby-dir="${LOCALBASE}" --with-x11-dir="${X11BASE}" INSTALL_TARGET= site-install +post-patch: + ${RUBY} -i -pe 'sub %r| -I/usr/X11R6/include|, ""' \ + -e 'sub %r| -L/usr/X11R6/lib|, ""' ${WRKSRC}/${RUBY_EXTCONF} + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} diff --git a/graphics/ruby-opengl/distinfo b/graphics/ruby-opengl/distinfo index 58760af..d61c61c 100644 --- a/graphics/ruby-opengl/distinfo +++ b/graphics/ruby-opengl/distinfo @@ -1 +1 @@ -MD5 (ruby/rbogl-0.32.tgz) = edb446c6fd7d3609d64e85c1879e46ae +MD5 (ruby/rbogl-0.32.tgz) = b27144678c21eb884b3c08dd3d8f883d |