diff options
Diffstat (limited to 'games/gracer')
-rw-r--r-- | games/gracer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 1b20e7903b56..18939d4e45cf 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png +USES= gl gmake jpeg localbase perl5 tcl USE_GL= glut -USES= gmake jpeg localbase perl5 tcl USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-plib=${LOCALBASE} |