diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-12 03:51:16 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-12 03:51:16 +0800 |
commit | 2bf12111e88a47285c2aea1f57b53343c070b13e (patch) | |
tree | ed60f7174a263747d3ef2c0ab108eaad00ceae02 /graphics | |
parent | 0400b2c7ffd8d495abfaff9f6419752b85e249fc (diff) | |
download | freebsd-ports-gnome-2bf12111e88a47285c2aea1f57b53343c070b13e.tar.gz freebsd-ports-gnome-2bf12111e88a47285c2aea1f57b53343c070b13e.tar.zst freebsd-ports-gnome-2bf12111e88a47285c2aea1f57b53343c070b13e.zip |
Was too fast, add WANT_GNOME for these ports have optional USE_GNOME components.
Submitted by: portsnap index build bot
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-frontends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 85d3f2ddb281..17fb9dd9413e 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -23,6 +23,7 @@ COMMENT= Tools for access to scanners, digitals camera, frame grabbers etc LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends USE_GMAKE= yes +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |