aboutsummaryrefslogtreecommitdiff
path: root/textproc/msort/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-07 14:50:50 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-07 14:50:50 +0000
commit8b828837e5f0904668e1dad788b74cd438731c04 (patch)
treed9f490c581f76cd52823517e2997f4b9ed674ea0 /textproc/msort/Makefile
parent49e622551e9e395923783d9435af7a51d739b507 (diff)
downloadports-8b828837e5f0904668e1dad788b74cd438731c04.tar.gz
ports-8b828837e5f0904668e1dad788b74cd438731c04.zip
Notes
Diffstat (limited to 'textproc/msort/Makefile')
-rw-r--r--textproc/msort/Makefile8
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