diff options
Diffstat (limited to 'games/criticalmass')
-rw-r--r-- | games/criticalmass/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index a672ae195158..d6d259f1867e 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -7,6 +7,7 @@ PORTNAME= criticalmass PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= criticalmass @@ -25,6 +26,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" \ CPPFLAGS="${CFLAGS} -I${X11BASE}/include" +MAN6= critter.6 + SDLINCPFILES= utilities/GLBitmapCollection.cpp utilities/GLExtension.hpp \ utilities/GLTexture.hpp utilities/PNG.hpp |