diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-06 16:04:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-06 16:04:20 +0000 |
commit | 5392aa00ad0cf63d34e07e34050dac1670bea9d6 (patch) | |
tree | 30c0e1ce8ec084d3e802dff7f41cd3875c5dfb6e /games/openxcom/Makefile | |
parent | 62d98f2dd1f3802105cf10419df5ae5124ebdf7c (diff) |
Notes
Diffstat (limited to 'games/openxcom/Makefile')
-rw-r--r-- | games/openxcom/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/openxcom/Makefile b/games/openxcom/Makefile index 700a6854aa18..602ded000c3f 100644 --- a/games/openxcom/Makefile +++ b/games/openxcom/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= openxcom -PORTVERSION= 1.0.0 +PORTVERSION= 1.0 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= games @@ -17,8 +18,6 @@ LIB_DEPENDS= libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp USE_GITHUB= yes GH_ACCOUNT= SupSuper GH_PROJECT= OpenXcom -GH_TAGNAME= v1.0 -GH_COMMIT= b396c74 USES= compiler:c++11-lang gmake pkgconfig USE_SDL= sdl mixer image gfx |