diff options
author | minskim <minskim> | 2009-01-06 04:43:23 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-01-06 04:43:23 +0000 |
commit | f29163ebe6c76746893301baba76aa4c48a2be79 (patch) | |
tree | 9ef4606d01e8e3222f5a6ec0b564e17c609688a4 | |
parent | e4fe6dbeb26fcb45e81c74552c5aeb74815c9c31 (diff) | |
download | pkgsrc-f29163ebe6c76746893301baba76aa4c48a2be79.tar.gz |
ns uses C99 features.
-rw-r--r-- | net/ns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 393c97b10b0..eb2e321e93f 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2008/10/02 18:08:19 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2009/01/06 04:43:23 minskim Exp $ DISTNAME= ns-2.33 CATEGORIES= net @@ -15,7 +15,7 @@ BUILDLINK_API_DEPENDS.tcl+= tcl>=8.4.12nb1 BUILDLINK_API_DEPENDS.tk+= tk>=8.4.12nb2 WRKSRC= ${WRKDIR}/${PKGNAME} -USE_LANGUAGES= c c++ +USE_LANGUAGES= c99 c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes PTHREAD_OPTS+= require |