Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 00:23:50 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329523 - head/graphics/ethumb
Message-ID:  <201310060023.r960NosK048127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sun Oct  6 00:23:50 2013
New Revision: 329523
URL: http://svnweb.freebsd.org/changeset/ports/329523

Log:
  - Convert to new LIB_DEPENDS syntax
  - Support staging
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/graphics/ethumb/Makefile

Modified: head/graphics/ethumb/Makefile
==============================================================================
--- head/graphics/ethumb/Makefile	Sun Oct  6 00:14:03 2013	(r329522)
+++ head/graphics/ethumb/Makefile	Sun Oct  6 00:23:50 2013	(r329523)
@@ -12,7 +12,7 @@ COMMENT=	Thumbnail generator library
 
 LICENSE=	LGPL21
 
-LIB_DEPENDS=	exif:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif
 
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
@@ -29,7 +29,6 @@ OPTIONS_DEFAULT=EMOTION ETHUMBD
 EMOTION_DESC=	Build with Emotion module
 ETHUMBD_DESC=	Build ethumbd daemon (requires dbus)
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MEMOTION}



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