diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
commit | 5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /security/umit | |
parent | 243c0ad4d0252af27fdabdff1c8e04581608e044 (diff) | |
download | ports-5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66.tar.gz ports-5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66.zip |
Notes
Diffstat (limited to 'security/umit')
-rw-r--r-- | security/umit/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/umit/Makefile b/security/umit/Makefile index 1873e5ae359b..1fd9f09b367a 100644 --- a/security/umit/Makefile +++ b/security/umit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: umit -# Date created: 20 April 2007 -# Whom: Elisey Savateev <b3k@mail.ru> -# +# Created by: Elisey Savateev <b3k@mail.ru> # $FreeBSD$ -# PORTNAME= umit PORTVERSION= 1.0 @@ -16,12 +12,12 @@ MAINTAINER= ayu@commun.jp COMMENT= UMIT is the nmap frontend developed with Python and PyGTK RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 INSTALLS_ICONS= yes USE_BZIP2= yes USE_GNOME= pygtk2 -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes .include <bsd.port.pre.mk> |