summaryrefslogtreecommitdiff
path: root/misc/kdeaddons3/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-11 14:56:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-11 14:56:30 +0000
commit23816f7e24cfc9fb2a4eca873c337a9b6c3922e2 (patch)
tree39fa1bda90331e692bfe2267f86738f05fc50e11 /misc/kdeaddons3/Makefile
parentsync with devel/pth: (diff)
Oops, assign LIB_DEPENDS with += instead of = for the slave port.
Diffstat (limited to '')
-rw-r--r--misc/kdeaddons3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile
index 0d266231600e..0b0651ee9af8 100644
--- a/misc/kdeaddons3/Makefile
+++ b/misc/kdeaddons3/Makefile
@@ -15,7 +15,7 @@ DIST_SUBDIR= KDE
MAINTAINER?= ports@FreeBSD.org
USE_KDEBASE_VER=2
-LIB_DEPENDS= noatun.0:${PORTSDIR}/audio/kdemultimedia2
+LIB_DEPENDS+= noatun.0:${PORTSDIR}/audio/kdemultimedia2
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes