diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-02-05 02:55:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-02-05 02:55:27 +0800 |
commit | 6ed14e968a8d016dec7b233b1909b4f2aa68ccc6 (patch) | |
tree | 0d5b5c18648c9259e406f1a918e4c4d908a1d2f1 /textproc/py-libxml2 | |
parent | 1644ee97fe87aaa656fcb1122c08c96fb4dd393a (diff) | |
download | marcuscom-ports-6ed14e968a8d016dec7b233b1909b4f2aa68ccc6.tar marcuscom-ports-6ed14e968a8d016dec7b233b1909b4f2aa68ccc6.tar.gz marcuscom-ports-6ed14e968a8d016dec7b233b1909b4f2aa68ccc6.tar.bz2 marcuscom-ports-6ed14e968a8d016dec7b233b1909b4f2aa68ccc6.tar.lz marcuscom-ports-6ed14e968a8d016dec7b233b1909b4f2aa68ccc6.tar.xz marcuscom-ports-6ed14e968a8d016dec7b233b1909b4f2aa68ccc6.tar.zst marcuscom-ports-6ed14e968a8d016dec7b233b1909b4f2aa68ccc6.zip |
Swith to USES=libtool, and use option helpers.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18999 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r-- | textproc/py-libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index e7be0bb30..91fcd74c9 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -16,7 +16,7 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_EGGINFO= libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info |