diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-15 16:27:47 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-15 16:27:47 +0800 |
commit | 577241b5c404d2fcf9bbcd27d32f0c6a63f717b3 (patch) | |
tree | 8695f98993ec8398948a4db3d7fdfd91b8f81b64 /mail/kbiff | |
parent | f37d9a668f59c6680834040a61d5c201613c4a53 (diff) | |
download | freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.tar.gz freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.tar.zst freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.zip |
- Define USE_GETTEXT, bump PORTREVISION
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
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 |