diff options
author | tg <tg@FreeBSD.org> | 1997-02-06 13:11:20 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-02-06 13:11:20 +0000 |
commit | 266ec2c5582ced42e151dbf29b66119fb223b47d (patch) | |
tree | 3e7961ecf4e9ec61b12333147b861553658d416d /lang/python/pkg-plist | |
parent | c559550144b85c3eb46ecf9bc9d18aa11e23ced6 (diff) | |
download | FreeBSD-ports-266ec2c5582ced42e151dbf29b66119fb223b47d.zip FreeBSD-ports-266ec2c5582ced42e151dbf29b66119fb223b47d.tar.gz |
Install config.h, so compiling extensions from C sources
actually works.
Diffstat (limited to 'lang/python/pkg-plist')
-rw-r--r-- | lang/python/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/pkg-plist b/lang/python/pkg-plist index 9b16e4a..0895dba 100644 --- a/lang/python/pkg-plist +++ b/lang/python/pkg-plist @@ -411,6 +411,7 @@ include/python1.4/classobject.h include/python1.4/cobject.h include/python1.4/compile.h include/python1.4/complexobject.h +include/python1.4/config.h include/python1.4/dictobject.h include/python1.4/errcode.h include/python1.4/eval.h |