diff options
-rw-r--r-- | games/gracer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 95bd8433bc9d..a834effa5dbf 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -3,7 +3,7 @@ PORTNAME= gracer PORTVERSION= 0.1.5 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= games MASTER_SITES= SF @@ -18,7 +18,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png USE_GL= glut -USES= gmake jpeg localbase perl5 tcl:84 +USES= gmake jpeg localbase perl5 tcl USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-plib=${LOCALBASE} |