diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /textproc/py-libxml2 | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r-- | textproc/py-libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-libxml2/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 3079c2436e12..c26a3f27854d 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-libxml2/pkg-plist b/textproc/py-libxml2/pkg-plist index ad919ebc2a8f..dac231b26e5e 100644 --- a/textproc/py-libxml2/pkg-plist +++ b/textproc/py-libxml2/pkg-plist @@ -4,6 +4,8 @@ lib/%%PYTHON_VERSION%%/site-packages/drv_libxml2.pyo lib/%%PYTHON_VERSION%%/site-packages/libxml2.py lib/%%PYTHON_VERSION%%/site-packages/libxml2.pyc lib/%%PYTHON_VERSION%%/site-packages/libxml2.pyo +lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.a +lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.la lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.so %%DOCSDIR%%/TODO %%EXAMPLESDIR%%/attribs.py |