aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/camerakit/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/camerakit/Makefile b/graphics/camerakit/Makefile
index 9e51ca2a1726..0b6cfbd52a5d 100644
--- a/graphics/camerakit/Makefile
+++ b/graphics/camerakit/Makefile
@@ -10,7 +10,7 @@ DISTNAME= CameraKit-20041011
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework that allows to access digital cameras
-LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
+LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
USE_BZIP2= yes
USE_GNUSTEP= yes
@@ -21,5 +21,4 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
WRKSRC= ${WRKDIR}/CameraKit
-NO_STAGE= yes
.include <bsd.port.mk>