diff options
author | arved <arved@FreeBSD.org> | 2002-10-30 21:12:20 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-10-30 21:12:20 +0800 |
commit | 9e2e46bbdf74148032e70794b311be3c77035388 (patch) | |
tree | a3d2701c451c4720f42233ad58e1eb6e7ad20ca2 /mail/kbiff/Makefile | |
parent | 15325087f0b5637ab1dfc28d3b356394cbab91e2 (diff) | |
download | freebsd-ports-gnome-9e2e46bbdf74148032e70794b311be3c77035388.tar.gz freebsd-ports-gnome-9e2e46bbdf74148032e70794b311be3c77035388.tar.zst freebsd-ports-gnome-9e2e46bbdf74148032e70794b311be3c77035388.zip |
Update my Emailaddress
Disable Floating Status, which crashes kbiff [1]
Bump PORTREVISION
[1] Noticed by: Joey Mingrone <joey@mingrone.org>
Diffstat (limited to 'mail/kbiff/Makefile')
-rw-r--r-- | mail/kbiff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 8784b9790583..830f692ac4c7 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -7,10 +7,11 @@ PORTNAME= kbiff PORTVERSION= 3.6.1 +PORTREVISION= 1 CATEGORIES= mail kde MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/ -MAINTAINER= tilman@arved.de +MAINTAINER= arved@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext @@ -18,7 +19,8 @@ USE_KDELIBS_VER=3 USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ + --disable-fast-perl USE_REINPLACE= yes post-patch: |