summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics4
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-08-20 20:51:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-08-20 20:51:37 +0000
commit6f7cb70c80ef082f29d0d4e87a1ffb12de5bf877 (patch)
treee3d862456a7907110f36409146f23759ba0d5164 /graphics/kdegraphics4
parentFix accidental typo... (diff)
Fix my bug: LIB_DEPENDS assignment in Makefile needs "+=", not "=", else
the KDE LIB_DEPENDS will be missed.
Notes
Notes: svn path=/head/; revision=46563
Diffstat (limited to 'graphics/kdegraphics4')
-rw-r--r--graphics/kdegraphics4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
index deb7acfdb602..860081288b68 100644
--- a/graphics/kdegraphics4/Makefile
+++ b/graphics/kdegraphics4/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= dvips:${PORTSDIR}/print/teTeX
PLIST_SUB+= KAMERA:="@comment "
.if defined(WITH_SANE)
-LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends
+LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends
PLIST_SUB+= SANE:=""
.else
PLIST_SUB+= SANE:="@comment "