pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ettercap ettercap: fix building ettercap-gtk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df4c66010cdf
branches:  trunk
changeset: 449206:df4c66010cdf
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 22 06:40:07 2021 +0000

description:
ettercap: fix building ettercap-gtk

diffstat:

 net/ettercap/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 06b7f1e3a280 -r df4c66010cdf net/ettercap/Makefile.common
--- a/net/ettercap/Makefile.common      Mon Mar 22 06:14:02 2021 +0000
+++ b/net/ettercap/Makefile.common      Mon Mar 22 06:40:07 2021 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.common,v 1.1 2021/03/06 11:20:56 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2021/03/22 06:40:07 adam Exp $
 # used by net/ettercap/Makefile
 # used by net/ettercap-gtk/Makefile
 
 DISTNAME=      ettercap-0.8.3.1
 CATEGORIES=    net security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Ettercap/}
+GITHUB_PROJECT=        ettercap  # explicit for WRKSRC in net/ettercap-gtk
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 HOMEPAGE=      https://www.ettercap-project.org/
@@ -22,7 +23,6 @@
 CMAKE_ARGS+=   -DENABLE_IPV6=ON
 CMAKE_ARGS+=   -DENABLE_TESTS=ON
 
-
 DISTINFO_FILE= ${.CURDIR}/../../net/ettercap/distinfo
 PATCHDIR=      ${.CURDIR}/../../net/ettercap/patches
 



Home | Main Index | Thread Index | Old Index