diff options
author | krion <krion@FreeBSD.org> | 2004-07-03 15:16:17 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-03 15:16:17 +0800 |
commit | b7aff476bde8ca8ae341de01c629f759b56931e4 (patch) | |
tree | c08a66cc0e1438aa389ead0bf42d6d1958bc3af5 /graphics/gauche-gl | |
parent | cd8a4386dca921b62a2f1e02c7691a5a700edfd9 (diff) | |
download | freebsd-ports-gnome-b7aff476bde8ca8ae341de01c629f759b56931e4.tar.gz freebsd-ports-gnome-b7aff476bde8ca8ae341de01c629f759b56931e4.tar.zst freebsd-ports-gnome-b7aff476bde8ca8ae341de01c629f759b56931e4.zip |
Add missing dependency
PR: ports/68613
Submitted by: maintainer
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r-- | graphics/gauche-gl/Makefile | 2 |
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 |