diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-07-28 06:22:16 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-07-28 06:22:16 +0000 |
commit | 005220d94d54ba5d66702407e331618e925b9d45 (patch) | |
tree | f68596d9b913cc6c95e61f45466e94c9b326fb68 /net-im/psi | |
parent | ec969cdb09804122358d31205c705ce92586e995 (diff) | |
download | ports-005220d94d54ba5d66702407e331618e925b9d45.tar.gz ports-005220d94d54ba5d66702407e331618e925b9d45.zip |
Notes
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 44f8ad55082f..55e98a1bc8b9 100644 --- a/net-im/psi/Makefile +++ b/net-im/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 |