From 67afb8bbc4148afafde62bdd29e28d5993ccda9f Mon Sep 17 00:00:00 2001 From: brad Date: Mon, 14 Jun 1999 06:23:23 +0000 Subject: [PATCH] SEPARATE_BUILD= yes -> concurrent --- x11/lesstif/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 5c818f559a2..c9cac605226 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,23 +1,21 @@ -# $OpenBSD: Makefile,v 1.23 1999/05/13 02:10:43 brad Exp $ +# $OpenBSD: Makefile,v 1.24 1999/06/14 06:23:23 brad Exp $ # $FreeBSD: Makefile,v 1.17 1998/03/28 14:12:55 steve Exp $ DISTNAME= lesstif-0.88.1 CATEGORIES= x11 +MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \ + ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \ + ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/ NEED_VERSION= 1.73 MAINTAINER= brad@openbsd.org -MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \ - ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \ - ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/ - USE_X11= yes -SEPARATE_BUILD= yes +SEPARATE_BUILD= concurrent GNU_CONFIGURE= yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static --disable-debug --enable-build-12 -CONFIGURE_ENV= ${SETENV} .if defined(HAVE_MOTIF) IS_INTERACTIVE= yes