From e00149115854c088ba1f41774604be7f308ee69e Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 24 Aug 1999 08:53:00 +0000 Subject: This port requires gettext now. I'm not sure if it requires msgmft for build time only or the libraries for run time too. Make it LIB_DEPENDS to be safe -- if someone is sure, go ahead and change it to BUILD_DEPENDS=msgfmt:gettext. --- devel/ORBit/Makefile | 5 +++-- devel/ORBit2/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 96a7687..a3d24da 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -3,7 +3,7 @@ # Date Created: 16 Aug 1998 # Whom: Chia-liang Kao # -# $Id: Makefile,v 1.19 1999/05/30 03:35:07 steve Exp $ +# $Id: Makefile,v 1.20 1999/08/22 03:39:33 steve Exp $ # DISTNAME= ORBit-0.4.93 @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= sources/ORBit MAINTAINER= clkao@CirX.ORG -LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 +LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \ + intl.1:${PORTSDIR}/devel/gettext GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 96a7687..a3d24da 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -3,7 +3,7 @@ # Date Created: 16 Aug 1998 # Whom: Chia-liang Kao # -# $Id: Makefile,v 1.19 1999/05/30 03:35:07 steve Exp $ +# $Id: Makefile,v 1.20 1999/08/22 03:39:33 steve Exp $ # DISTNAME= ORBit-0.4.93 @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= sources/ORBit MAINTAINER= clkao@CirX.ORG -LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 +LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \ + intl.1:${PORTSDIR}/devel/gettext GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -- cgit v1.1