diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-06 03:59:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-06 03:59:31 +0000 |
commit | c27cb78ce06da7584c80e38bb77889f82fc2098f (patch) | |
tree | ddeaac3e7cd608ee3e58f9e3dab0a907c9329d23 /graphics/tiled/Makefile | |
parent | 12c669ce8736ff099753d617faf70116f7c52fca (diff) | |
download | ports-c27cb78ce06da7584c80e38bb77889f82fc2098f.tar.gz ports-c27cb78ce06da7584c80e38bb77889f82fc2098f.zip |
- Update to 0.16.0
Notes
Notes:
svn path=/head/; revision=412599
Diffstat (limited to 'graphics/tiled/Makefile')
-rw-r--r-- | graphics/tiled/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index d3f6ecb656fc..dadd258b2eae 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiled -PORTVERSION= 0.15.1 +PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games @@ -16,7 +16,8 @@ USE_GITHUB= yes GH_ACCOUNT= bjorn USES= compiler:c++11-lib desktop-file-utils qmake shared-mime-info -USE_QT5= core gui widgets opengl buildtools_build linguisttools_build +USE_QT5= core gui widgets opengl network \ + buildtools_build linguisttools_build USE_GL= gl USE_LDCONFIG= yes |