diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-11 09:00:25 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-11 09:00:25 +0000 |
commit | 860cf81fecef64ffc741c777221828b48218e614 (patch) | |
tree | edfc46769b8c290314140dfc7f9abfbf4a49fd89 /net/gnut | |
parent | 94fb07e45bb3aa24ddf2b5f75a088076ea398373 (diff) | |
download | pkgsrc-860cf81fecef64ffc741c777221828b48218e614.tar.gz |
Remove old and commented out code.
Diffstat (limited to 'net/gnut')
-rw-r--r-- | net/gnut/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile index 11567d8b7a7..732caade37e 100644 --- a/net/gnut/Makefile +++ b/net/gnut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/11/29 19:46:13 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2002/03/11 09:00:25 skrll Exp $ # DISTNAME= gnut-0.4.20 @@ -9,9 +9,6 @@ MAINTAINER= deberg@netbsd.org HOMEPAGE= http://www.gnutelliums.com/linux_unix/gnut/ COMMENT= Text-mode Gnutella client -#BUILD_DEPENDS+= automake>=1.4:../../devel/automake -#DEPENDS+= pth>=1.3.6:../../devel/pth - DEPENDS+= unproven-pthreads-0.*:../../devel/unproven-pthreads CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc \ CXX=${LOCALBASE}/pthreads/bin/pg++ @@ -21,17 +18,10 @@ GNU_CONFIGURE= yes GNUTDOCDIR= ${PREFIX}/share/doc/gnut # Find <pthread.h> -#.if make(do-configure) -#CFLAGS+= -I${LOCALBASE}/include -#.endif - .if make(do-configure) LDFLAGS= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib .endif -#post-patch: -# cd ${WRKSRC} && ${CP} aclocal.m4 acinclude.m4 && ${LOCALBASE}/bin/autoreconf - GNUTDOCS= TUTORIAL \ gnut-1.html \ gnut-2.html \ |