Date: Fri, 11 Aug 2000 10:49:50 -0300 From: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> To: freebsd-ports@freebsd.org Subject: FIX print/lyx port quickfix (ugly) Message-ID: <20000811104950.A23524@Fedaykin.here>
next in thread | raw e-mail | index | archive | help
Hi, I am afraid to submit this. Have in mind that I did this in 3 minutes therefore this not my best work. By all means. :) I did this simple ugly hack to the lyx port. It fixes it. Very oddly. I have no idea why I tried gmake on that particular directory. Regards, Mario Ferreira -- diff -ruN /usr/ports/print/lyx/Makefile lyx/Makefile --- /usr/ports/print/lyx/Makefile Sat Aug 5 04:27:03 2000 +++ lyx/Makefile Fri Aug 11 10:47:34 2000 @@ -19,7 +19,8 @@ MAINTAINER= dirk@FreeBSD.org -BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ + gmake:${PORTSDIR}/devel/gmake RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell @@ -43,5 +44,8 @@ post-patch: (cd ${WRKSRC}; ${TOUCH} Makefile.in */Makefile.in src/config.h.in) + +post-build: + (cd ${WRKSRC}/lib/reLyX && ${GMAKE}) .include <bsd.port.mk> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000811104950.A23524>