Date: Sun, 4 Feb 2018 15:08:34 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460933 - head/graphics/gphoto2 Message-ID: <201802041508.w14F8Y0C072651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802041508.w14F8Y0C072651>