svn commit: r341175 - head/graphics/camerakit

Antoine Brodin antoine at FreeBSD.org
Sun Jan 26 13:58:58 UTC 2014


Author: antoine
Date: Sun Jan 26 13:58:57 2014
New Revision: 341175
URL: http://svnweb.freebsd.org/changeset/ports/341175
QAT: https://qat.redports.org/buildarchive/r341175/

Log:
  - Fix LIB_DEPENDS
  - Stage support

Modified:
  head/graphics/camerakit/Makefile

Modified: head/graphics/camerakit/Makefile
==============================================================================
--- head/graphics/camerakit/Makefile	Sun Jan 26 13:56:39 2014	(r341174)
+++ head/graphics/camerakit/Makefile	Sun Jan 26 13:58:57 2014	(r341175)
@@ -10,7 +10,7 @@ DISTNAME=	CameraKit-20041011
 MAINTAINER=	ports at 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_LI
 
 WRKSRC=		${WRKDIR}/CameraKit
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list