Index: head/textproc/msort/Makefile =================================================================== --- head/textproc/msort/Makefile (revision 170774) +++ head/textproc/msort/Makefile (revision 170775) @@ -1,32 +1,37 @@ # New ports collection makefile for: msort # Date created: 2006-08-11 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= msort PORTVERSION= 8.27 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ EXTRACT_SUFX= .tgz MAINTAINER= gslin@gslin.org COMMENT= Sorting files in sophisticated ways BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= tre:${PORTSDIR}/textproc/libtre RUN_DEPENDS= iwidgets>=0:${PORTSDIR}/x11-toolkits/iwidgets CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes USE_TK= yes PLIST_FILES= bin/msg bin/msort MAN1= msort.1 +.include + post-patch: ${REINPLACE_CMD} -e 's,^#include ,,g' ${WRKSRC}/msort.c +.if ${OSVERSION} < 500035 +BROKEN= Does not build with older versions of FreeBSD +.endif -.include +.include Property changes on: head/textproc/msort/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property