diff options
-rw-r--r-- | net-im/psi/Makefile | 4 | ||||
-rw-r--r-- | net/psi/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 44f8ad5..55e98a1 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 diff --git a/net/psi/Makefile b/net/psi/Makefile index 44f8ad5..55e98a1 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 |