diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-02-20 19:53:14 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-02-20 19:53:14 +0000 |
commit | 505de2c9a9ee56ca5a5d5eb463a85714390bbb59 (patch) | |
tree | 310776f33dfb362f374abaee3503f3144c38aba3 /games | |
parent | The metacity theme which fits to the just committed gtk-ana-theme. (diff) |
USE_MESA -> USE_GL + LIB_DEPENDS on libglut.
Notes
Notes:
svn path=/head/; revision=129398
Diffstat (limited to 'games')
-rw-r--r-- | games/gleyes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gleyes/Makefile b/games/gleyes/Makefile index 0901800f6c33..391c149efb30 100644 --- a/games/gleyes/Makefile +++ b/games/gleyes/Makefile @@ -18,8 +18,10 @@ MASTER_SITES= ftp://ftp.riken.go.jp/pub/X11/acontrib/gleyes/ \ MAINTAINER= ports@FreeBSD.org COMMENT= GLUT version of Xeyes +LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut + USE_X_PREFIX= yes -USE_MESA= yes +USE_GL= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" MAN1= gleyes.1 |