diff options
Diffstat (limited to 'net/gnut/Makefile')
-rw-r--r-- | net/gnut/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile index b8f6c8c7c75..a0592b554da 100644 --- a/net/gnut/Makefile +++ b/net/gnut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/12 15:12:40 deberg Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/28 16:49:37 wiz Exp $ # DISTNAME= gnut-0.4.12 @@ -12,12 +12,14 @@ HOMEPAGE= http://www.mrob.com/gnut/ #BUILD_DEPENDS+= automake:../../devel/automake #DEPENDS+= pth>=1.3.6:../../devel/pth -# Sync these with devel/unproven-pthreads: -ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k DEPENDS+= unproven-pthreads-0.*:../../devel/unproven-pthreads CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc \ CXX=${LOCALBASE}/pthreads/bin/pg++ +# Sync these with devel/unproven-pthreads: +ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ + NetBSD-*-m68k + GNU_CONFIGURE= yes GNUTDOCDIR= ${PREFIX}/share/doc/gnut |