From owner-freebsd-ports Tue Aug 15 21:11:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bsa-1-as01-7-a04.gd.uol.com.br (bsa-1-as01-7-a04.gd.uol.com.br [200.197.118.4]) by hub.freebsd.org (Postfix) with ESMTP id E7EAE37BE84 for ; Tue, 15 Aug 2000 21:10:36 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: (qmail 23529 invoked by uid 1001); 11 Aug 2000 13:50:12 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Fri, 11 Aug 2000 10:49:50 -0300 To: freebsd-ports@freebsd.org Subject: FIX print/lyx port quickfix (ugly) Message-ID: <20000811104950.A23524@Fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message