diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-19 19:37:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-19 19:37:08 +0000 |
commit | 008ca89470a18b94f3898e43593be6e7f518e62b (patch) | |
tree | 9a26137c135b4028369d5850230edcaa04d06e45 /mail/kshowmail/Makefile | |
parent | 6e78859632326b330e7bcb5949a8f3c01cdd2f33 (diff) |
mimelib was moved to kdepim.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=101414
Diffstat (limited to 'mail/kshowmail/Makefile')
-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 |