mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Add a missing 'USE_GNOME= gtk20' detected by the tinderbox.
As explained in the Makefile, the port doesn't actually use any gtk library, but the configure script fails if it does not find them, and this is the quickest workaround.
This commit is contained in:
parent
14c7b98e35
commit
13eb6667ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225057
@ -66,6 +66,11 @@ LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends
|
||||
|
||||
#BUILD_DEPENDS+= ${LOCALBASE}/lib/libltdl.so:${PORTSDIR}/devel/libltdl15
|
||||
|
||||
# gtk libraries are used by the frontend, which we do not build, however
|
||||
# the configure script relies on that and fails if not present, so as
|
||||
# a quick fix we set USE_GNOME
|
||||
USE_GNOME= gtk20
|
||||
|
||||
# The original uses gmake and ./configure
|
||||
# Also pass appropriate flags to configure to use FreeBSD locations.
|
||||
USE_GMAKE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user