diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-12 12:54:32 +0000 |
commit | b4d2ac42d75b14c1701e169420211799bf5e16bd (patch) | |
tree | a82a16fe7e91ef33fa7fadab2d807bbc87d15f69 /graphics/ruby-opengl | |
parent | 679b9b10d2f7af4b1e0910de9e09cc871eec2238 (diff) | |
download | ports-b4d2ac42d75b14c1701e169420211799bf5e16bd.tar.gz ports-b4d2ac42d75b14c1701e169420211799bf5e16bd.zip |
Notes
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r-- | graphics/ruby-opengl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index a58725e93615..f086955810fc 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -7,7 +7,7 @@ PORTNAME= opengl PORTVERSION= 0.32b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics ruby MASTER_SITES= http://www2.giganet.net/~yoshi/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,11 +18,11 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL/GLU/GLUT interface modules for Ruby +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_RUBY= yes USE_RUBY_EXTCONF= yes -USE_MESA= yes - WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --with-ruby-dir="${LOCALBASE}" --with-x11-dir="${X11BASE}" INSTALL_TARGET= site-install |