diff options
author | pooka <pooka@pkgsrc.org> | 2000-04-05 14:57:26 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-04-05 14:57:26 +0000 |
commit | 37002d70889b299fedd57c323d3f7057387fe165 (patch) | |
tree | bb73c576c62c0f4278226d0c911827dc6be01a1f /devel/noweb/Makefile | |
parent | f02cc8681ece9623c794fc029cbd36b495d2f411 (diff) | |
download | pkgsrc-37002d70889b299fedd57c323d3f7057387fe165.tar.gz |
update to icon-9.3.2, fix pkg/9139 by Brook Milligan <brook@biology.nmsu.edu>
Diffstat (limited to 'devel/noweb/Makefile')
-rw-r--r-- | devel/noweb/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index fa845c7371b..c0da67e414a 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/06/20 21:06:19 tron Exp $ +# $NetBSD: Makefile,v 1.14 2000/04/05 14:57:26 pooka Exp $ # FreeBSD Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp # @@ -11,8 +11,15 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-i386 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.virginia.edu/~nr/noweb/ -DEPENDS= icon-9.3.1:../../lang/icon +DEPENDS= icon-9.3.*:../../lang/icon WRKSRC= ${WRKDIR}/src +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} != "SunOS" +do-configure: + (cd ${WRKSRC} ; ./awkname awk) +.endif + .include "../../mk/bsd.pkg.mk" |