diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2008-12-31 12:19:32 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2008-12-31 12:19:32 +0000 |
commit | 13eb6667ee0dd7015342db3cce2b14b1ce23272d (patch) | |
tree | 3fdfc9ab432785fbee26d2ba4d5905f7e29d60ff /graphics/sane-epkowa | |
parent | 14c7b98e3542a45220c72a87699156e2c81a2df2 (diff) | |
download | ports-13eb6667ee0dd7015342db3cce2b14b1ce23272d.tar.gz ports-13eb6667ee0dd7015342db3cce2b14b1ce23272d.zip |
Notes
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 |