diff options
Diffstat (limited to 'deskutils/treesheets/Makefile')
-rw-r--r-- | deskutils/treesheets/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile index 1254dabaf96a..946179b632ca 100644 --- a/deskutils/treesheets/Makefile +++ b/deskutils/treesheets/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= treesheets -PORTVERSION= 0.0.20150519 +PORTVERSION= 0.0.20150711 CATEGORIES= deskutils MAINTAINER= lightside@gmx.com @@ -13,10 +13,12 @@ LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= aardappel -GH_TAGNAME= 69990a2 +GH_TAGNAME= 3a6be83 BUILD_WRKSRC= ${WRKSRC}/src EXTRACT_AFTER_ARGS= --exclude .gitignore +PACKAGE_VERSION= \"${PORTVERSION}\" +MAKE_ENV= PACKAGE_VERSION=${PACKAGE_VERSION:Q} USES= compiler:c++11-lib USE_WX= 3.0+ |