diff options
author | tg <tg@FreeBSD.org> | 1998-04-29 15:15:42 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-29 15:15:42 +0800 |
commit | 3449956778a7dc6f215252b8febc66ab9bb98552 (patch) | |
tree | c3b5822e2211d79d0089d029eccb62b82eb75230 /lang/python25/files | |
parent | 8b5cc308753b5d20f12acc4ed90125278656ec5c (diff) | |
download | freebsd-ports-gnome-3449956778a7dc6f215252b8febc66ab9bb98552.tar.gz freebsd-ports-gnome-3449956778a7dc6f215252b8febc66ab9bb98552.tar.zst freebsd-ports-gnome-3449956778a7dc6f215252b8febc66ab9bb98552.zip |
Add new official patches and activate the dl module.
Diffstat (limited to 'lang/python25/files')
-rw-r--r-- | lang/python25/files/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python25/files/Setup b/lang/python25/files/Setup index 8599a9d17129..e804c4266748 100644 --- a/lang/python25/files/Setup +++ b/lang/python25/files/Setup @@ -321,7 +321,7 @@ curses cursesmodule.c -lncurses -ltermcap # it is a highly experimental and dangerous device for calling # *arbitrary* C functions in *arbitrary* shared libraries: -#dl dlmodule.c +dl dlmodule.c # Modules that provide persistent dictionary-like semantics. You will # probably want to arrange for at least one of them to be available on |