diff options
Diffstat (limited to 'devel/noweb/Makefile')
-rw-r--r-- | devel/noweb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 44c791c1df9..e1b6846c068 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.23 2001/11/29 01:12:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.24 2003/03/29 12:40:35 jmmv Exp $ # FreeBSD Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp # DISTNAME= noweb-2.9a PKGREVISION= 1 +WRKSRC= ${WRKDIR}/src CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/ EXTRACT_SUFX= .tgz @@ -16,8 +17,6 @@ DEPENDS= icon>=9.3:../../lang/icon ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-i386 NetBSD-*-sparc -WRKSRC= ${WRKDIR}/src - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "SunOS" |