diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-09-21 07:04:26 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-09-21 07:04:26 +0000 |
commit | 139cd08de732a13f06dca8c6964e1b472dd174a5 (patch) | |
tree | 4b9be3f4c8381a96bb72587bafa3ffd3636add63 /security/umit | |
parent | 2a6b73ab4d9e75b29f20cdf2deda3a715631d553 (diff) | |
download | ports-139cd08de732a13f06dca8c6964e1b472dd174a5.tar.gz ports-139cd08de732a13f06dca8c6964e1b472dd174a5.zip |
Notes
Diffstat (limited to 'security/umit')
-rw-r--r-- | security/umit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/umit/Makefile b/security/umit/Makefile index 3b2a3acf16a8..772562fb2893 100644 --- a/security/umit/Makefile +++ b/security/umit/Makefile @@ -20,6 +20,8 @@ COMMENT= UMIT is the nmap frontend developed with Python and PyGTK RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \ ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 +BROKEN= leaves files behind on deinstallation + USE_BZIP2= yes USE_PYTHON= yes USE_GNOME= pygtk2 |