diff options
Diffstat (limited to 'net-im/tox/Makefile')
-rw-r--r-- | net-im/tox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index 30e5ef702a07..addbec315708 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -3,6 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.1.5 +DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im net-p2p @@ -23,7 +24,6 @@ TEST_DEPENDS= ${LOCALBASE}/lib/libmsgpackc.so:devel/msgpack \ USE_GITHUB= yes GH_ACCOUNT= TokTok GH_PROJECT= c-toxcore -GH_TAGNAME= v${PORTVERSION} USES= cmake compiler:c11 libtool pathfix pkgconfig USE_LDCONFIG= yes |