From 5a5766520e1a2980032e4d4c9416ad06337b8dd1 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 4 Feb 2000 00:13:21 +0000 Subject: Use "ptl2" instead of "mit-pthreads" to make this work on a.out systems. --- mail/spruce/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/spruce/Makefile') diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index a985b394dc4..08c8f759057 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/02/03 23:38:17 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/04 00:13:21 tron Exp $ # DISTNAME= spruce-0.5.14 @@ -9,11 +9,11 @@ MAINTAINER= mellon@isc.org HOMEPAGE= http://www.xtorshun.org/spruce/main.html DEPENDS+= gnome-libs-*:../../x11/gnome-libs -DEPENDS+= mit-pthreads-*:../../devel/mit-pthreads +DEPENDS+= ptl2-*:../../devel/ptl2 USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CC= ${LOCALBASE}/pthreads/bin/pgcc +CC= ${LOCALBASE}/bin/ptlgcc .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3