aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-06-10 04:08:42 +0800
committerdinoex <dinoex@FreeBSD.org>2009-06-10 04:08:42 +0800
commit8e5553485d79589a33bc0afe06b2e9b4c6ec6da3 (patch)
treea36427b0cc5be4481066a7e9de8dc1bbabf43e76 /graphics
parent5aa95c6d662648bf4748c53e021de884cdecfd22 (diff)
downloadfreebsd-ports-gnome-8e5553485d79589a33bc0afe06b2e9b4c6ec6da3.tar.gz
freebsd-ports-gnome-8e5553485d79589a33bc0afe06b2e9b4c6ec6da3.tar.zst
freebsd-ports-gnome-8e5553485d79589a33bc0afe06b2e9b4c6ec6da3.zip
- fix build with custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'graphics')
-rw-r--r--graphics/camerakit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/camerakit/Makefile b/graphics/camerakit/Makefile
index 2f3b1e515fdd..4f34f41fe193 100644
--- a/graphics/camerakit/Makefile
+++ b/graphics/camerakit/Makefile
@@ -26,5 +26,6 @@ USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
WRKSRC= ${WRKDIR}/CameraKit
+ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>