Skip to content

Commit

Permalink
ns uses C99 features.
Browse files Browse the repository at this point in the history
  • Loading branch information
minskim committed Jan 6, 2009
1 parent 77bddbb commit f440ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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
Expand Down

0 comments on commit f440ecb

Please sign in to comment.