aboutsummaryrefslogtreecommitdiff
path: root/games/freeminer
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-02-15 19:40:16 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-02-15 19:40:16 +0000
commit2f49d6ba561da2d34c53c41e6fecf7a3614e0fe3 (patch)
tree084e2b4dc1c44ed9e36abda3884ae23d0a16eceb /games/freeminer
parent7f41bc060ee46f511c5482b0121aba93cea162e0 (diff)
downloadports-2f49d6ba561da2d34c53c41e6fecf7a3614e0fe3.tar.gz
ports-2f49d6ba561da2d34c53c41e6fecf7a3614e0fe3.zip
- In x11-toolkits/irrlicht build only the shared library. The upstream
Makefile does not support building both the static and shared library. It compiles the code without -fPIC first for the static library and then creates the shared library from the same object files without recompiling them with -fPIC. - The upstream install target can now be used as well. - Use upstream library version and bump dependent ports.
Notes
Notes: svn path=/head/; revision=434192
Diffstat (limited to 'games/freeminer')
-rw-r--r--games/freeminer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freeminer/Makefile b/games/freeminer/Makefile
index d7a20a21b8d0..33f76a3387b6 100644
--- a/games/freeminer/Makefile
+++ b/games/freeminer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= freeminer
PORTVERSION= 0.4.10.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org