diff options
author | erwin <erwin@FreeBSD.org> | 2011-09-21 15:04:26 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2011-09-21 15:04:26 +0800 |
commit | ad129a69ffa4ee90b2c1be37e808f7ce85abca24 (patch) | |
tree | 84a6c99418bc87a9200fa5b3c60570cd6d9b8ed5 /security/umit | |
parent | ac08135b73a9437c400e2a74ed5af2b1cbd4fc8c (diff) | |
download | freebsd-ports-gnome-ad129a69ffa4ee90b2c1be37e808f7ce85abca24.tar.gz freebsd-ports-gnome-ad129a69ffa4ee90b2c1be37e808f7ce85abca24.tar.zst freebsd-ports-gnome-ad129a69ffa4ee90b2c1be37e808f7ce85abca24.zip |
Mark BROKEN: leaves files behind on deinstallation
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 |