diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-06-10 04:08:42 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-06-10 04:08:42 +0800 |
commit | 8e5553485d79589a33bc0afe06b2e9b4c6ec6da3 (patch) | |
tree | a36427b0cc5be4481066a7e9de8dc1bbabf43e76 /graphics | |
parent | 5aa95c6d662648bf4748c53e021de884cdecfd22 (diff) | |
download | freebsd-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/Makefile | 1 |
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> |