diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-13 20:46:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-13 20:46:11 +0800 |
commit | 47cc1c918cda0b69d08ee7b9e9414a7f5e936673 (patch) | |
tree | 1e0ba8fdcc3e9adee3c093f8cf4d7fe4448ad912 /games | |
parent | 5034f42e303991073dc9ef9b818de0ee605509ef (diff) | |
download | freebsd-ports-graphics-47cc1c918cda0b69d08ee7b9e9414a7f5e936673.tar.gz freebsd-ports-graphics-47cc1c918cda0b69d08ee7b9e9414a7f5e936673.tar.zst freebsd-ports-graphics-47cc1c918cda0b69d08ee7b9e9414a7f5e936673.zip |
Fix PORTSCOUT=skipv to match tag name
Diffstat (limited to 'games')
-rw-r--r-- | games/griels-quest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/griels-quest/Makefile b/games/griels-quest/Makefile index 1c2e5023589..c08f813c4a3 100644 --- a/games/griels-quest/Makefile +++ b/games/griels-quest/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= nevat GH_TAGNAME= 0282e6a2e3 -PORTSCOUT= skipv:1.00 # git repo contains required portability fixes after 1.00 +PORTSCOUT= skipv:v1.00 # git repo contains required portability fixes after 1.00 USE_SDL= sdl mixer image ttf gfx |