diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 20:14:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 20:14:27 +0000 |
commit | ce825ca9af7cdb8e7277bb2e45fbf8703807d67d (patch) | |
tree | 84e7d0e8a836c90c80c5226e93d2a6ad9b7f215d /mail/kbiff/Makefile | |
parent | 163f794b9da65f83c92b7c82c1b3551ddb8a09d3 (diff) |
Notes
Diffstat (limited to 'mail/kbiff/Makefile')
-rw-r--r-- | mail/kbiff/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 794e984b90b3..dd8087f41f86 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kbiff -PORTVERSION= 3.6 +PORTVERSION= 3.6.1 CATEGORIES= mail kde MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/ @@ -14,9 +14,14 @@ MAINTAINER= kris@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -USE_KDELIBS_VER=2 +USE_KDELIBS_VER=3 USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_REINPLACE= yes -.include <bsd.port.mk> +post-patch: + ${REINPLACE_CMD} 's,de en es fr,en,' ${WRKSRC}/doc/Makefile.in +.include <bsd.port.mk> |