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.
This commit is contained in:
Ben Woods
2018-02-04 15:08:34 +00:00
parent 4917e33051
commit 1ba36ef0c3

View File

@@ -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)"