diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /textproc/py-libxml2 | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
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 |