diff options
Diffstat (limited to 'net-mgmt/jnettop/Makefile')
-rw-r--r-- | net-mgmt/jnettop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/jnettop/Makefile b/net-mgmt/jnettop/Makefile index 7259162db6b6..26c310065594 100644 --- a/net-mgmt/jnettop/Makefile +++ b/net-mgmt/jnettop/Makefile @@ -15,13 +15,13 @@ GNU_CONFIGURE= yes USES= pkgconfig USE_GNOME= glib20 USE_GMAKE= yes +NO_STAGE= yes LICENSE= GPLv2 CONFIGURE_ARGS= --prefix=${PREFIX} .if defined(WITH_DAG) -NO_STAGE= yes post-configure: ${ECHO_CMD} "#define BSD 1" >> ${WRKSRC}/config.h .endif |