diff options
author | luigi <luigi@FreeBSD.org> | 2008-12-31 20:19:32 +0800 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2008-12-31 20:19:32 +0800 |
commit | eeb072d2c8f4ec525416c7d4074d1cfdbd70a872 (patch) | |
tree | 0d41ac081f2043c5aa83afe0a8e28876a911c22b /graphics/sane-epkowa | |
parent | 5735ed6bf8230ad9bf446739a950cb8aaf3d66b1 (diff) | |
download | freebsd-ports-gnome-eeb072d2c8f4ec525416c7d4074d1cfdbd70a872.tar.gz freebsd-ports-gnome-eeb072d2c8f4ec525416c7d4074d1cfdbd70a872.tar.zst freebsd-ports-gnome-eeb072d2c8f4ec525416c7d4074d1cfdbd70a872.zip |
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.
Diffstat (limited to 'graphics/sane-epkowa')
-rw-r--r-- | graphics/sane-epkowa/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index 37d8c1a8b8cd..901b0ade7434 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -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 |