aboutsummaryrefslogtreecommitdiff
path: root/graphics/camerakit/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-26 13:58:57 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-26 13:58:57 +0000
commitc7f09d8ddac4a90159d4757292ec2046286b6bf3 (patch)
tree1997ace52d002e540f0ece543e7551c5cf6f77e0 /graphics/camerakit/Makefile
parent9c8c712dc1af0c090297f59b0557431eeaabf2a3 (diff)
downloadports-c7f09d8ddac4a90159d4757292ec2046286b6bf3.tar.gz
ports-c7f09d8ddac4a90159d4757292ec2046286b6bf3.zip
- Fix LIB_DEPENDS
- Stage support
Notes
Notes: svn path=/head/; revision=341175
Diffstat (limited to 'graphics/camerakit/Makefile')
-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>