diff options
author | clsung <clsung@FreeBSD.org> | 2007-07-25 09:01:38 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-07-25 09:01:38 +0800 |
commit | 93103a35e1e4cd84aca8d3d4ebe6abdb33cad9fd (patch) | |
tree | 624a14d7f67879501fac90d2e0b837f64177e600 /textproc | |
parent | 6d9b4062fbb24fb8c0adb8a5bb811f5201491bf9 (diff) | |
download | freebsd-ports-gnome-93103a35e1e4cd84aca8d3d4ebe6abdb33cad9fd.tar.gz freebsd-ports-gnome-93103a35e1e4cd84aca8d3d4ebe6abdb33cad9fd.tar.zst freebsd-ports-gnome-93103a35e1e4cd84aca8d3d4ebe6abdb33cad9fd.zip |
- require gettext
- fix build
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/msort/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index 27db658de1d5..d28cbf2eef45 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -7,7 +7,7 @@ PORTNAME= msort PORTVERSION= 8.38 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ @@ -23,6 +23,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include" GNU_CONFIGURE= yes USE_TK_RUN= yes +USE_GETTEXT= yes PLIST_FILES= bin/msg bin/msort |