Date: Mon, 03 Nov 2003 17:55:21 +0900 From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: freebsd-ports <ports@freebsd.org> Subject: Re: Help needed - Broken port numlockx Message-ID: <86oevtq1ae.wl@gray.plala.or.jp> In-Reply-To: <20031103080459.GA934@watt.intra.caraldi.com> References: <20031103080459.GA934@watt.intra.caraldi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
HAS_CONFIGURE don't supply --prefix to configure script which checks X binary location to determine prefix if not explicitly supplied. The simplest fix is: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/numlockx/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1 Oct 2003 11:01:09 -0000 1.2 +++ Makefile 3 Nov 2003 08:51:36 -0000 @@ -14,7 +14,7 @@ MAINTAINER= jb.quenot@caraldi.com COMMENT= This little thingy allows you to start X with NumLock turned on -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_X_PREFIX= yes # Needed for the "configure" program to find XTest and XKB header files
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86oevtq1ae.wl>