diff options
author | gahr <gahr@FreeBSD.org> | 2016-07-06 22:24:04 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-07-06 22:24:04 +0800 |
commit | 3a7f7ebcf14f1b9a1fce835a0919cb7fbfff9d89 (patch) | |
tree | 31d0c843d80dd7e2e56e7f49e0d004f22154f323 /games/gracer | |
parent | fdf98ab33228071bbc9ccd863ad4f339d26781c2 (diff) | |
download | freebsd-ports-gnome-3a7f7ebcf14f1b9a1fce835a0919cb7fbfff9d89.tar.gz freebsd-ports-gnome-3a7f7ebcf14f1b9a1fce835a0919cb7fbfff9d89.tar.zst freebsd-ports-gnome-3a7f7ebcf14f1b9a1fce835a0919cb7fbfff9d89.zip |
games/gracer: do not depend on a specific version of Tcl
Diffstat (limited to 'games/gracer')
-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} |