diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-19 04:40:10 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-19 04:40:10 +0000 |
commit | c1acc95b5a9252307f3f608056003afa5905e29a (patch) | |
tree | 9ab1a9e6c2b7d24e91beecfe7b420a1fa39aa87b /mail/kbiff | |
parent | 02711fb3f1e0355dcac20196fa0911bee758dc55 (diff) | |
download | ports-c1acc95b5a9252307f3f608056003afa5905e29a.tar.gz ports-c1acc95b5a9252307f3f608056003afa5905e29a.zip |
Notes
Diffstat (limited to 'mail/kbiff')
-rw-r--r-- | mail/kbiff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 4e5237f67fdf..226eaba1cf7a 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -3,7 +3,7 @@ # Date created: So 14 Jun 1998 13:09:18 CEST # Whom: andreas # -# $Id: Makefile,v 1.7 1998/10/02 08:16:56 brian Exp $ +# $Id: Makefile,v 1.8 1998/12/28 23:44:04 dirk Exp $ # DISTNAME= kbiff-2.0 @@ -12,9 +12,8 @@ MASTER_SITES= http://home.sprintmail.com/~granroth/kbiff/ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext LIB_DEPENDS= kdeui.1:${PORTSDIR}/x11/kdelibs \ - kdecore.1:${PORTSDIR}/x11/kdelibs + intl.1:${PORTSDIR}/devel/gettext USE_QT= yes GNU_CONFIGURE= yes |