? patch-aeskulap-nort Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/aeskulap/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 9 Aug 2010 08:51:28 -0000 1.2 +++ Makefile 20 Aug 2010 09:15:02 -0000 @@ -35,4 +35,11 @@ -I${LOCALBASE}/include GNU_CONFIGURE= yes -.include +.include + +.if ${OSVERSION} < 1000000 +post-patch: + ${REINPLACE_CMD} -e 's|-lrt||g' ${WRKSRC}/${CONFIGURE_SCRIPT} +.endif + +.include