svn commit: r460933 - head/graphics/gphoto2

Ben Woods woodsb02 at FreeBSD.org
Sun Feb 4 15:08:35 UTC 2018


Author: woodsb02
Date: Sun Feb  4 15:08:34 2018
New Revision: 460933
URL: https://svnweb.freebsd.org/changeset/ports/460933

Log:
  graphics/gphoto2: Remove USES=localbase
  
  The build uses pkgconfig to correctly find all the required directories
  to include and link to. There is no functional difference with or
  without localbase included.

Modified:
  head/graphics/gphoto2/Makefile

Modified: head/graphics/gphoto2/Makefile
==============================================================================
--- head/graphics/gphoto2/Makefile	Sun Feb  4 14:01:50 2018	(r460932)
+++ head/graphics/gphoto2/Makefile	Sun Feb  4 15:08:34 2018	(r460933)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libexif.so:graphics/libexif \
 		libgphoto2.so:graphics/libgphoto2 \
 		libpopt.so:devel/popt
 
-USES=		gmake jpeg localbase pkgconfig tar:bzip2
+USES=		gmake jpeg pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	POPT_CFLAGS="$$(pkg-config --cflags popt)" \
 		POPT_LIBS="$$(pkg-config --libs popt)"


More information about the svn-ports-head mailing list