Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 20:30:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377819 - head/security/zenmap
Message-ID:  <201501242030.t0OKUDAs074424@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 24 20:30:13 2015
New Revision: 377819
URL: https://svnweb.freebsd.org/changeset/ports/377819
QAT: https://qat.redports.org/buildarchive/r377819/

Log:
  Fix a typo in DEPENDS

Modified:
  head/security/zenmap/Makefile

Modified: head/security/zenmap/Makefile
==============================================================================
--- head/security/zenmap/Makefile	Sat Jan 24 19:53:55 2015	(r377818)
+++ head/security/zenmap/Makefile	Sat Jan 24 20:30:13 2015	(r377819)
@@ -17,7 +17,7 @@ COMMENT=	GUI frontend for the Nmap scann
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	nmap:${PORTSDIR}/security/nmap \
-		${PYTHON_PACKAGENAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
+		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501242030.t0OKUDAs074424>