diff options
author | asami <asami@FreeBSD.org> | 1999-08-24 16:53:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-08-24 16:53:00 +0800 |
commit | e00149115854c088ba1f41774604be7f308ee69e (patch) | |
tree | 75afa84f1066040c97740133e3bc8378c5867c25 /devel/ORBit2 | |
parent | cd8196cfe6f0c66b797c405dba05dc04c10df0c7 (diff) | |
download | freebsd-ports-gnome-e00149115854c088ba1f41774604be7f308ee69e.tar.gz freebsd-ports-gnome-e00149115854c088ba1f41774604be7f308ee69e.tar.zst freebsd-ports-gnome-e00149115854c088ba1f41774604be7f308ee69e.zip |
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.
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 5 |
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 |