diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-29 14:08:46 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-29 14:08:46 +0000 |
commit | be6202887a704fccdfbdde650e4c22d18c07ed17 (patch) | |
tree | c62eb64bf61e32f67eb90717ee3a7957fc70b6be /textproc/py-libxml2 | |
parent | 52248ad25e33375252e16c2fccba9854ed1862a9 (diff) | |
download | ports-be6202887a704fccdfbdde650e4c22d18c07ed17.tar.gz ports-be6202887a704fccdfbdde650e4c22d18c07ed17.zip |
Notes
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r-- | textproc/py-libxml2/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 29c6aa62c811..cd715806d4c4 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,11 +1,7 @@ -# New ports collection makefile for: py-libxml2 -# Date created: 30 Jun 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ -# -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +14,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GNOME= gnomehack libxml2 +USE_GNOME+= libxml2 USE_PYTHON= yes CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` LDFLAGS+= `${PYTHON_VERSION}-config --libs` |