Date: Mon, 27 Sep 1999 22:18:01 -0500 (CDT) From: Steve Price <sprice@hiwaay.net> To: Yusuf Goolamabbas <yusufg@outblaze.com> Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Is it possble to split expect port not to use XFree86 and tk Message-ID: <Pine.OSF.4.10.9909272214320.32266-100000@fly.HiWAAY.net> In-Reply-To: <19990928025400.23277.qmail@yusufg.portal2.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 28 Sep 1999, Yusuf Goolamabbas wrote: # Hi, I would like to install expect but don't want to install XFree86 # and TK. Is it possible to be able to specify this via the port # mechanism You could try something like the following patch. NOTE: I don't know if this even compiles and even if it does the PLIST will NOT be right. In other words, use it at your own risk. :) -steve Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/expect/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile 1999/08/25 06:34:30 1.40 +++ Makefile 1999/09/28 03:16:24 @@ -12,15 +12,14 @@ MAINTAINER= ports@freebsd.org -LIB_DEPENDS?= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS?= tcl80.1:${PORTSDIR}/lang/tcl80 WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared \ --with-tclconfig=${PREFIX}/lib/tcl8.0 \ --with-tclinclude=${PREFIX}/include/tcl8.0 \ - --with-tkconfig=${PREFIX}/lib/tk8.0 \ - --with-tkinclude=${PREFIX}/include/tk8.0 + --disable-tkconfig .if !defined(NO_MAN_INSTALL) MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \ expect.1 expectk.1 kibitz.1 mkpasswd.1 passmass.1 \ 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?Pine.OSF.4.10.9909272214320.32266-100000>