aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-03-14 21:50:27 +0800
committerMax Brazhnikov <makc@FreeBSD.org>2012-03-14 21:50:27 +0800
commit5001803e1524184792a688459eeafff525edb404 (patch)
tree07b8352206145a292fd27be55d5d008d126f1ab9 /graphics
parent376a1eafc62d1bd45cd74b997dd0cddcd2589016 (diff)
downloadfreebsd-ports-gnome-5001803e1524184792a688459eeafff525edb404.tar.gz
freebsd-ports-gnome-5001803e1524184792a688459eeafff525edb404.tar.zst
freebsd-ports-gnome-5001803e1524184792a688459eeafff525edb404.zip
Fix LIB_DEPENDS assignment when building with SNMP support
PR: ports/166009 Submitted by: Alex Bakhtin <Alex.Bakhtin at gmail.com> Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sane-backends/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 0031841cb109..67040f81b1fb 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -85,7 +85,7 @@ PLIST_SUB+= GPHOTO2="@comment "
.endif
.if defined(WITH_SNMP)
-LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp
.else
CONFIGURE_ARGS+= --without-snmp
.endif