Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 13:58:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341175 - head/graphics/camerakit
Message-ID:  <201401261358.s0QDwwTU058051@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401261358.s0QDwwTU058051>