From b1ea4e7c9c10367b8227ca0d9c2724e43c2b547d Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 9 Jun 2012 05:48:43 +0000 Subject: [PATCH] Add missing depends PR: ports/168846 Submitted by: Niclas Zeising --- x11-clocks/glclock/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-clocks/glclock/Makefile b/x11-clocks/glclock/Makefile index dcbdb244fd8f..0abc54bac5d5 100644 --- a/x11-clocks/glclock/Makefile +++ b/x11-clocks/glclock/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://www.daionet.gr.jp/~masa/archives/ MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL spinning pocket watch demo and benchmark utility -USE_GL= glut +USE_XORG= xi xmu xext x11 +USE_GL= gl glu glut MAKEFILE= makefile MAKE_ARGS= CC="${CXX}" LN="${CXX}" OPT="${OPT}" \ INCLUDE_PATH="-I${LOCALBASE}/include" \