summaryrefslogtreecommitdiff
path: root/devel/ORBit2/Makefile
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 /devel/ORBit2/Makefile
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
Diffstat (limited to '')
-rw-r--r--devel/ORBit2/Makefile5
1 files changed, 3 insertions, 2 deletions
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