diff options
author | tron <tron> | 2000-02-04 00:13:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-02-04 00:13:21 +0000 |
commit | 5a5766520e1a2980032e4d4c9416ad06337b8dd1 (patch) | |
tree | 6debc3955f90da0b61a31a3bf0bf4c40677c40c4 /mail/spruce/Makefile | |
parent | 288119548b10c0585208fc7a8077b1494bcc7c11 (diff) | |
download | pkgsrc-5a5766520e1a2980032e4d4c9416ad06337b8dd1.tar.gz |
Use "ptl2" instead of "mit-pthreads" to make this work on a.out systems.
Diffstat (limited to 'mail/spruce/Makefile')
-rw-r--r-- | mail/spruce/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |