diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-09 20:08:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-09 20:08:42 +0000 |
commit | a0e1927abb61c09130e8437b6933f26a2aa0a171 (patch) | |
tree | 8859f82c84bda15929c39409bff11a437c82d0c7 /graphics/camerakit | |
parent | fa3a3618c098c22fb7063c2de157695e60c17930 (diff) |
- fix build with custom LOCALBASE
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=235510
Diffstat (limited to 'graphics/camerakit')
-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> |