diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-07 14:50:50 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-07 14:50:50 +0000 |
commit | 8b828837e5f0904668e1dad788b74cd438731c04 (patch) | |
tree | d9f490c581f76cd52823517e2997f4b9ed674ea0 /textproc/msort/Makefile | |
parent | 49e622551e9e395923783d9435af7a51d739b507 (diff) | |
download | ports-8b828837e5f0904668e1dad788b74cd438731c04.tar.gz ports-8b828837e5f0904668e1dad788b74cd438731c04.zip |
Notes
Diffstat (limited to 'textproc/msort/Makefile')
-rw-r--r-- | textproc/msort/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index fa2693134108..4a09a65ba1b3 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -6,19 +6,21 @@ # PORTNAME= msort -PORTVERSION= 8.29 +PORTVERSION= 8.34 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Sorting files in sophisticated ways BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= tre:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= tre:${PORTSDIR}/textproc/libtre \ + uninum:${PORTSDIR}/devel/libuninum RUN_DEPENDS= iwidgets>=0:${PORTSDIR}/x11-toolkits/iwidgets CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include" GNU_CONFIGURE= yes USE_TK= yes |