diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-05 07:37:55 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-05 07:37:55 +0000 |
| commit | 01fd11ffd8a4697ceb4d1dc3a05e33b7fd152006 (patch) | |
| tree | 322236431168f467c1a98e8e30dab819e3a4781a /misc/gnomeutils2/Makefile | |
| parent | 4dec075fe53bdbbe2b5e7c2215349e11e0a170be (diff) | |
Notes
Diffstat (limited to 'misc/gnomeutils2/Makefile')
| -rw-r--r-- | misc/gnomeutils2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile index 1a27f2b74845..19969fedb384 100644 --- a/misc/gnomeutils2/Makefile +++ b/misc/gnomeutils2/Makefile @@ -14,6 +14,7 @@ DISTNAME= gnome-utils-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= msgfmt-new:${PORTS}/devel/gettext-devel LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ ext2fs.2:${PORTSDIR}/sysutils/e2fsprogs @@ -23,7 +24,9 @@ USE_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-messages=/var/log/messages CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT=${LOCALBASE}/bin/msgfmt-new \ + XGETTEXT=${LOCALBASE}/bin/xgettext-new MAN1= gcalc.1 gcharmap.1 gcolorsel.1 gdialog.1 gdict.1 gdiskfree.1 \ gfontsel.1 gless.1 gnome-exe-handler.1 gsearchtool.1 guname.1 gw.1 \ |
