From f59f1885223e4ad2da2a9f57e50c754151933387 Mon Sep 17 00:00:00 2001 From: olgeni Date: Mon, 20 Aug 2001 20:51:37 +0000 Subject: Fix my bug: LIB_DEPENDS assignment in Makefile needs "+=", not "=", else the KDE LIB_DEPENDS will be missed. --- graphics/kdegraphics2/Makefile | 2 +- graphics/kdegraphics3/Makefile | 2 +- graphics/kdegraphics4/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile index deb7acf..8600812 100644 --- a/graphics/kdegraphics2/Makefile +++ b/graphics/kdegraphics2/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 " diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index deb7acf..8600812 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/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 " diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index deb7acf..8600812 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 " -- cgit v1.1