diff options
Diffstat (limited to 'security/umit/Makefile')
-rw-r--r-- | security/umit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/umit/Makefile b/security/umit/Makefile index 3157c3993a9e..e8ca3c5fc2c7 100644 --- a/security/umit/Makefile +++ b/security/umit/Makefile @@ -14,8 +14,8 @@ COMMENT= Nmap frontend developed with Python and PyGTK LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ + ${LOCALBASE}/bin/nmap:security/nmap NO_ARCH= yes @@ -31,7 +31,7 @@ DESKTOP_ENTRIES="Umit" "GUI frontend for Nmap security/port scanner" "umit" \ OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx post-patch: @${REINPLACE_CMD} -e \ |