diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-15 08:27:47 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-15 08:27:47 +0000 |
commit | 80b737b5b6890a9b46f1cc7b53c9eaa8be539414 (patch) | |
tree | ad8d81e8ea25b2a13ca8d21b1d04a0e9ab84b986 /mail/kbiff | |
parent | 43691707fc57fe82416a68cd00f091169f4a2363 (diff) | |
download | ports-80b737b5b6890a9b46f1cc7b53c9eaa8be539414.tar.gz ports-80b737b5b6890a9b46f1cc7b53c9eaa8be539414.zip |
- Define USE_GETTEXT, bump PORTREVISION
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=170678
Diffstat (limited to 'mail/kbiff')
-rw-r--r-- | mail/kbiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index d2e42ae14213..c2504106e95b 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= kbiff PORTVERSION= 3.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail kde MASTER_SITES= http://developer.kde.org/~granroth/kbiff/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Mail notification utility for KDE with nice features USE_BZIP2= yes +USE_GETTEXT= yes USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-fast-perl |