From b7aff476bde8ca8ae341de01c629f759b56931e4 Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 3 Jul 2004 07:16:17 +0000 Subject: Add missing dependency PR: ports/68613 Submitted by: maintainer --- graphics/gauche-gl/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphics/gauche-gl') 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 -- cgit