summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-08-24 08:53:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-08-24 08:53:00 +0000
commitb0e8c4c212383997aa3da3d8819f0a32343d78e8 (patch)
tree48da321db3e2aab56a281fed5b71ae35164c3e4f
parentUpgrade to version 2c5. (diff)
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.
Notes
Notes: svn path=/head/; revision=20921
-rw-r--r--devel/ORBit/Makefile5
-rw-r--r--devel/ORBit2/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile
index 96a7687ee1fb..a3d24da2737b 100644
--- a/devel/ORBit/Makefile
+++ b/devel/ORBit/Makefile
@@ -3,7 +3,7 @@
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
-# $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 96a7687ee1fb..a3d24da2737b 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -3,7 +3,7 @@
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
-# $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