diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-09-11 14:15:26 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-09-11 14:15:26 +0000 |
commit | 339316f52d4518cdac1523c4b39d6fad94b33cb8 (patch) | |
tree | 03327d20da44ac5487fd5413f1276a01a97498eb /graphics/sane-backends | |
parent | 46164d673fd3f09891e7b1c24263596a4f967a82 (diff) |
Notes
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 7f3d525b1a44..87fa165f0490 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -7,7 +7,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://alioth.debian.org/frs/download.php/3026/ \ ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \ @@ -29,7 +29,8 @@ OPTIONS= USB "USB support" on \ NLS "NLS support" on \ GPHOTO2 "gPhoto2 support" off \ AVAHI "Avahi support" off \ - IEEE1284 "libieee1284 support" off + IEEE1284 "libieee1284 support" off \ + IPV6 "IPV6 support" off USE_GMAKE= yes GNU_CONFIGURE= yes @@ -61,6 +62,10 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +.if defined(WITHOUT_IPV6) +CONFIGURE_ARGS+= --disable-ipv6 +.endif + .if defined(WITH_GPHOTO2) LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 MAN5+= sane-gphoto2.5 |