diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-17 13:53:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-17 13:53:24 +0800 |
commit | cfd35241bdf9c73dee79d963b7ead16aaa4694cc (patch) | |
tree | 1d335555c2dd40a87cc69a9b5148eca513a3277f /games | |
parent | 04db47e0a4f899ee550fdbebde39de330acf36da (diff) | |
download | freebsd-ports-graphics-cfd35241bdf9c73dee79d963b7ead16aaa4694cc.tar.gz freebsd-ports-graphics-cfd35241bdf9c73dee79d963b7ead16aaa4694cc.tar.zst freebsd-ports-graphics-cfd35241bdf9c73dee79d963b7ead16aaa4694cc.zip |
games/tesseract: typo, DISTVERSION doesn't propagate to packages
Diffstat (limited to 'games')
-rw-r--r-- | games/tesseract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tesseract/Makefile b/games/tesseract/Makefile index 0743a233cb3..4751b38940d 100644 --- a/games/tesseract/Makefile +++ b/games/tesseract/Makefile @@ -13,7 +13,7 @@ COMMENT= Smooth FPS with map editing, instagib, DM and CTF LICENSE= ZLIB LIB_DEPENDS= libenet.so:net/enet -RUN_DEPENDS= ${PKGBASE}-data>=${DISTVERSION}:${PKGORIGIN}-data +RUN_DEPENDS= ${PKGBASE}-data>=${PORTVERSION}:${PKGORIGIN}-data USES= gmake pkgconfig tar:xz EXCLUDE= bin_unix config media screenshot src/enet src/lib\* src/xcode |