aboutsummaryrefslogtreecommitdiff
path: root/graphics/gauche-gl
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-03 07:16:17 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-03 07:16:17 +0000
commit6ce058281dd7d6f4c36039e2fbf4e45aa657813e (patch)
tree052264a7bd09722a55e02bbc9996e0579eca4c13 /graphics/gauche-gl
parent5538ca7e082dc44662aa21ff749318e99cb875f1 (diff)
downloadports-6ce058281dd7d6f4c36039e2fbf4e45aa657813e.tar.gz
ports-6ce058281dd7d6f4c36039e2fbf4e45aa657813e.zip
Add missing dependency
PR: ports/68613 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=112837
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r--graphics/gauche-gl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile
index 3ab0511c9d18..fc9d5e68c257 100644
--- a/graphics/gauche-gl/Makefile
+++ b/graphics/gauche-gl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gl
PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= graphics scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gauche
@@ -18,6 +19,7 @@ MAINTAINER= erik@smluc.org
COMMENT= OpenGL binding for Gauche
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
+LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GL= yes