diff options
Diffstat (limited to 'net/ns/Makefile')
-rw-r--r-- | net/ns/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 628f90073fd1..2914fe1b0cab 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -6,13 +6,12 @@ # PORTNAME= ns -PORTVERSION= 2.28 -#PORTREVISION= 1 +PORTVERSION= 2.29 CATEGORIES= net MASTER_SITES= http://www.isi.edu/nsnam/dist/ DISTNAME= ns-src-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= Discrete event simulator for networking research BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl @@ -24,7 +23,8 @@ MANCOMPRESSED= no WRKSRC= ${WRKDIR}/ns-${PORTVERSION} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 +CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 --with-tclcl=${LOCALBASE} +MAKE_ARGS+= "LDFLAGS=${LDFLAGS}" ALL_TARGET= |