diff options
author | arved <arved@FreeBSD.org> | 2004-02-20 03:37:08 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-20 03:37:08 +0800 |
commit | 40dd339f2308cf15d2639c638dd1306db6378051 (patch) | |
tree | 8163b4f131fe1ba3b1a23217737579c6a69dc8f7 /mail | |
parent | 65128b843795482c01491f9850e1c9e44167aae8 (diff) | |
download | freebsd-ports-gnome-40dd339f2308cf15d2639c638dd1306db6378051.tar.gz freebsd-ports-gnome-40dd339f2308cf15d2639c638dd1306db6378051.tar.zst freebsd-ports-gnome-40dd339f2308cf15d2639c638dd1306db6378051.zip |
mimelib was moved to kdepim.
Reported by: bento
Diffstat (limited to 'mail')
-rw-r--r-- | mail/kshowmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/kshowmail/Makefile b/mail/kshowmail/Makefile index 4768360f3b82..3803cc52d3a0 100644 --- a/mail/kshowmail/Makefile +++ b/mail/kshowmail/Makefile @@ -6,7 +6,7 @@ PORTNAME= kshowmail PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= brueffer@phoenix-systems.de COMMENT= POP3 mail checker for KDE -LIB_DEPENDS= mimelib.1:${PORTSDIR}/net/kdenetwork3 +LIB_DEPENDS= mimelib.1:${PORTSDIR}/deskutils/kdepim3 USE_KDELIBS_VER= 3 USE_GMAKE= yes |