diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-19 12:40:10 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-19 12:40:10 +0800 |
commit | bdd5f89df052832c0ac9ea613a29ae23533d514d (patch) | |
tree | 33ed6beaf6e68d743f7fde73e6e0eaeeba00fd26 /mail/kbiff/Makefile | |
parent | f461077854f1eb137f0c6671c39e189c13099d5b (diff) | |
download | freebsd-ports-gnome-bdd5f89df052832c0ac9ea613a29ae23533d514d.tar.gz freebsd-ports-gnome-bdd5f89df052832c0ac9ea613a29ae23533d514d.tar.zst freebsd-ports-gnome-bdd5f89df052832c0ac9ea613a29ae23533d514d.zip |
Now that gettext includes a shared library, dependencies should
use it in LIB_DEPENDS.
PR: ports/10647
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'mail/kbiff/Makefile')
-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 |