diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-05 14:54:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-05 14:54:39 +0000 |
commit | a3fdd158a85da1ebd82f1c5ecb6af27f237efe70 (patch) | |
tree | cbe8081231606db92496d7ffe362adc142e2721b /devel/nx | |
parent | 59e03e8f1a20d022490e53132b42c69d4e968835 (diff) |
Notes
Diffstat (limited to 'devel/nx')
-rw-r--r-- | devel/nx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/nx/Makefile b/devel/nx/Makefile index 3c8bcd07026b..968b0359ba04 100644 --- a/devel/nx/Makefile +++ b/devel/nx/Makefile @@ -24,6 +24,8 @@ BUILD_DEPENDS= ${PYNUMERIC} \ dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= leaves files behind on deinstall + USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= networkx |