aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/opencollada
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-11-18 02:23:23 +0800
committermva <mva@FreeBSD.org>2013-11-18 02:23:23 +0800
commit794d65612086e3b5f8f72f14f4a0182a4a409afe (patch)
tree1584b43a59c3d207fe85caf31447500c9317988a /graphics/opencollada
parent177854c4e8f7e05ba65af556eafc5640a832c871 (diff)
downloadfreebsd-ports-gnome-794d65612086e3b5f8f72f14f4a0182a4a409afe.tar.gz
freebsd-ports-gnome-794d65612086e3b5f8f72f14f4a0182a4a409afe.tar.zst
freebsd-ports-gnome-794d65612086e3b5f8f72f14f4a0182a4a409afe.zip
- Enable proper ldconfig detection
Diffstat (limited to 'graphics/opencollada')
-rw-r--r--graphics/opencollada/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/opencollada/Makefile b/graphics/opencollada/Makefile
index e295500c8378..2d690117a3d8 100644
--- a/graphics/opencollada/Makefile
+++ b/graphics/opencollada/Makefile
@@ -2,6 +2,7 @@
PORTNAME= opencollada
PORTVERSION= 1.2.2.20131105
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= mva@FreeBSD.org
@@ -20,7 +21,7 @@ GH_COMMIT= bd15211
WRKSRC= ${WRKDIR}/KhronosGroup-OpenCOLLADA-${GH_COMMIT}
USE_GNOME= libxml2
-USE_LDCONFIG= yes
+USE_LDCONFIG= ${PREFIX}/lib/opencollada
USES= cmake:outsource compiler iconv pkgconfig
CFLAGS+= -I/${LOCALBASE}/include
CMAKE_ARGS+= -DUSE_SHARED:BOOL=ON -DUSE_STATIC:BOOL=OFF