svn commit: r377819 - head/security/zenmap
Antoine Brodin
antoine at FreeBSD.org
Sat Jan 24 20:30:14 UTC 2015
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}
More information about the svn-ports-all
mailing list