diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-07-31 14:01:09 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-07-31 14:01:09 +0000 |
commit | e0843701fdb42f99f756e3ab2c13eae44e2c4017 (patch) | |
tree | a754baa3b5323926fea5c9bb7bd7a6051f7744d6 /net/nam | |
parent | ef7b83cf2f14880f616f870e2b2c1cb918e3984b (diff) |
Notes
Diffstat (limited to 'net/nam')
-rw-r--r-- | net/nam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile index 5486812ef51e..e23b648cbf1e 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -7,7 +7,7 @@ PORTNAME= nam PORTVERSION= 1.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.isi.edu/nsnam/dist/ DISTNAME= nam-src-${PORTVERSION} @@ -20,7 +20,7 @@ LIB_DEPENDS= otcl.1:${PORTSDIR}/lang/otcl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_XLIB= yes +USE_XORG= xmu GNU_CONFIGURE= yes CXXFLAGS+= -I${LOCALBASE}/include/tclcl CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 |