diff options
Diffstat (limited to 'games/gleyes/Makefile')
-rw-r--r-- | games/gleyes/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/gleyes/Makefile b/games/gleyes/Makefile index d9387e0f94d7..337d1fda5963 100644 --- a/games/gleyes/Makefile +++ b/games/gleyes/Makefile @@ -7,9 +7,10 @@ PORTNAME= gleyes PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ftp://ftp.kddlabs.co.jp/.1/X11/acontrib/gleyes/ \ - ftp://ftp.riken.go.jp/pub/X11/acontrib/gleyes/ \ +MASTER_SITES= ftp://ftp.riken.go.jp/pub/X11/acontrib/gleyes/ \ + ftp://ftp.kddlabs.co.jp/.1/X11/acontrib/gleyes/ \ ftp://ftp.cit.nepean.uws.edu.au/unix/X/graphics/ # initial distribution location was http://puma.inf.ufpr.br/~claudio/gleyes/ # which is unresponsive since about 21.12.1998 @@ -18,6 +19,7 @@ MAINTAINER= malte.lance@gmx.net USE_X_PREFIX= yes USE_MESA= yes +MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" MAN1= gleyes.1 |