diff options
Diffstat (limited to 'editors/yudit/Makefile')
-rw-r--r-- | editors/yudit/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index f47cb603764f..ff847a6302f9 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: yudit -# Version required: 1.2 +# Version required: 1.3 # Date created: October 3, 1998 # Whom: rch@richard.eu.org # -# $Id: Makefile,v 1.2 1998/12/12 21:03:34 jseger Exp $ +# $Id: Makefile,v 1.3 1998/12/27 05:38:19 kuriyama Exp $ # -DISTNAME= yudit-1.2 +DISTNAME= yudit-1.3 CATEGORIES= editors converters print MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X @@ -14,8 +14,9 @@ MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= rch@WriteMe.Com LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -CONFIGURE_ENV= LC_ALL=C +CONFIGURE_ENV= LC_ALL=C CXXFLAGS="${CFLAGS}" GNU_CONFIGURE= YES MAKE_ENV= LC_ALL=C MAN1= yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1 |