summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-07-22 13:44:28 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-07-22 13:44:28 +0000
commitb2afd0ddd7bc72cf62c1bace1bf6eec93b0a2e29 (patch)
tree1a04e3b549eec154e317847b18ed35cf708adcae /net-mgmt
parentUpdate to 0.92. (diff)
Fix this port when using Endace DAG card.
PR: ports/14880 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=258061
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/jnettop/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/jnettop/Makefile b/net-mgmt/jnettop/Makefile
index 1f4c78c608a1..e67ef1810d2b 100644
--- a/net-mgmt/jnettop/Makefile
+++ b/net-mgmt/jnettop/Makefile
@@ -18,7 +18,13 @@ MAN8= jnettop.8
GNU_CONFIGURE= yes
USE_GNOME= glib20
+USE_GMAKE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
+.if defined(WITH_DAG)
+post-configure:
+ ${ECHO_CMD} "#define BSD 1" >> ${WRKSRC}/config.h
+.endif
+
.include <bsd.port.mk>