summaryrefslogtreecommitdiff
path: root/mail/spruce/Makefile
diff options
context:
space:
mode:
authortron <tron>2000-02-04 00:13:21 +0000
committertron <tron>2000-02-04 00:13:21 +0000
commit5a5766520e1a2980032e4d4c9416ad06337b8dd1 (patch)
tree6debc3955f90da0b61a31a3bf0bf4c40677c40c4 /mail/spruce/Makefile
parent288119548b10c0585208fc7a8077b1494bcc7c11 (diff)
downloadpkgsrc-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/Makefile6
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"