aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/irrlicht/pkg-plist
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 /x11-toolkits/irrlicht/pkg-plist
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 'x11-toolkits/irrlicht/pkg-plist')
-rw-r--r--x11-toolkits/irrlicht/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/irrlicht/pkg-plist b/x11-toolkits/irrlicht/pkg-plist
index 4426df9b8665..e657770e0061 100644
--- a/x11-toolkits/irrlicht/pkg-plist
+++ b/x11-toolkits/irrlicht/pkg-plist
@@ -180,9 +180,9 @@ include/irrlicht/rect.h
include/irrlicht/triangle3d.h
include/irrlicht/vector2d.h
include/irrlicht/vector3d.h
-lib/libIrrlicht.a
lib/libIrrlicht.so
-lib/libIrrlicht.so.%%SHARED_LIB_VER%%
+lib/libIrrlicht.so.%%SOVERSION%%
+lib/libIrrlicht.so.%%PORTVERSION%%
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/01.HelloWorld/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/01.HelloWorld/main.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/02.Quake3Map/Makefile