diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-26 13:58:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-26 13:58:57 +0000 |
commit | c7f09d8ddac4a90159d4757292ec2046286b6bf3 (patch) | |
tree | 1997ace52d002e540f0ece543e7551c5cf6f77e0 /graphics/camerakit | |
parent | 9c8c712dc1af0c090297f59b0557431eeaabf2a3 (diff) | |
download | ports-c7f09d8ddac4a90159d4757292ec2046286b6bf3.tar.gz ports-c7f09d8ddac4a90159d4757292ec2046286b6bf3.zip |
Notes
Diffstat (limited to 'graphics/camerakit')
-rw-r--r-- | graphics/camerakit/Makefile | 3 |
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> |