diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-25 01:01:38 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-25 01:01:38 +0000 |
commit | 8de70e686872e4d2cd83f495b841b48982c6d07e (patch) | |
tree | c9a41880ddce68524a57981a3bf60f3888a0f7b9 /textproc/msort | |
parent | b44c183d5bf9aa6cf90b73ad5c723bb03b6b51d7 (diff) | |
download | ports-8de70e686872e4d2cd83f495b841b48982c6d07e.tar.gz ports-8de70e686872e4d2cd83f495b841b48982c6d07e.zip |
Notes
Diffstat (limited to 'textproc/msort')
-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 |