aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorvsevolod <vsevolod@FreeBSD.org>2005-07-28 14:22:16 +0800
committervsevolod <vsevolod@FreeBSD.org>2005-07-28 14:22:16 +0800
commit1d09ee75ec626e9fec086cf4c86f65fdecaa1bc1 (patch)
tree565554b227ed57ec2521614fbc05c419ed8b8ebe /net
parent7f5fc940c4082865c45f3d21cbc82cd8961935d6 (diff)
downloadfreebsd-ports-gnome-1d09ee75ec626e9fec086cf4c86f65fdecaa1bc1.tar.gz
freebsd-ports-gnome-1d09ee75ec626e9fec086cf4c86f65fdecaa1bc1.tar.zst
freebsd-ports-gnome-1d09ee75ec626e9fec086cf4c86f65fdecaa1bc1.zip
Fix depends when WITH_KDE is defined.
Approved by: perky (mentor)
Diffstat (limited to 'net')
-rw-r--r--net/psi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/psi/Makefile b/net/psi/Makefile
index 44f8ad55082f..55e98a1bc8b9 100644
--- a/net/psi/Makefile
+++ b/net/psi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= psi
PORTVERSION= 0.9.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -39,7 +39,7 @@ OPTIONS= KDE "Enable KDE tray support" off
.include <bsd.port.pre.mk>
.if defined(WITH_KDE)
-LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3
+LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs3
_NO_KDE_CONFTARGET_HACK= yes
PLIST_SUB+= KDE=""
.else