python 2.4 no-tk variant still installs tcl/tk
Reported by: |
mvitocruz@… |
Owned by: |
mww@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
python24
|
|
|
The problem seems to be a mismatch between the depends_lib-delete and depends_lib arguments. I've
placed a patch to fix it below:
Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/python24/Portfile,v
retrieving revision 1.14
diff -u -r1.14 Portfile
--- Portfile 8 Apr 2005 17:09:54 -0000 1.14
+++ Portfile 4 Apr 2005 01:35:31 -0000
@@ -48,7 +48,7 @@
variant no-tk {
configure.args-delete --enable-tk
configure.args-append --disable-tk
- depends_lib-delete lib:libtk:tk
+ depends_lib-delete lib:XXX:tk
}
post-destroot {
Change History (2)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
python24 added
|
thanks for the fix - commited!