diff options
author | makc <makc@FreeBSD.org> | 2012-03-14 21:50:27 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-03-14 21:50:27 +0800 |
commit | daf780a9b9bccf448fba23b5ce45d270ea23a30e (patch) | |
tree | 0be4e6a8ff8ac3d886930879396a8e3d5d60ca74 /graphics/sane-backends | |
parent | eb2e1de5f749d451702a7f0a7b6e0f6015d4feb4 (diff) | |
download | freebsd-ports-gnome-daf780a9b9bccf448fba23b5ce45d270ea23a30e.tar.gz freebsd-ports-gnome-daf780a9b9bccf448fba23b5ce45d270ea23a30e.tar.zst freebsd-ports-gnome-daf780a9b9bccf448fba23b5ce45d270ea23a30e.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/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 2 |
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 |