diff options
author | rm <rm@FreeBSD.org> | 2015-06-22 22:20:23 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-06-22 22:20:23 +0800 |
commit | eaad3509235fa1d812d24ad1fdbb8f12590da858 (patch) | |
tree | 41785dde33806bdbd20230543a28353b2c21afc9 /cad | |
parent | 7e7e8332d0911123b4600b3d785d5df7f3ec31ad (diff) | |
download | freebsd-ports-gnome-eaad3509235fa1d812d24ad1fdbb8f12590da858.tar.gz freebsd-ports-gnome-eaad3509235fa1d812d24ad1fdbb8f12590da858.tar.zst freebsd-ports-gnome-eaad3509235fa1d812d24ad1fdbb8f12590da858.zip |
cad/brickutils: drop dependency on py-xml
According to project documentation and source review/runtime tests this port
doesn't using py-xml, so remove it and bump PORTREVISION.
Add NO_ARCH and limit python version to 2.x while here (because of pygtk2).
With hat: python
Diffstat (limited to 'cad')
-rw-r--r-- | cad/brickutils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/brickutils/Makefile b/cad/brickutils/Makefile index 4a49fb607534..f41b4f4e43e5 100644 --- a/cad/brickutils/Makefile +++ b/cad/brickutils/Makefile @@ -3,7 +3,7 @@ PORTNAME= brickutils PORTVERSION= 0.1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/ \ SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/:docs \ @@ -20,12 +20,12 @@ COMMENT= Utility for building models with LEGO LICENSE= GPLv3 RUN_DEPENDS= ${LOCALBASE}/share/ldraw/models/car.dat:${PORTSDIR}/cad/ldraw \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - ${PYXML} + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/BrickUtils-${PORTVERSION} -USES= python +NO_ARCH= yes +USES= python:2 USE_GNOME= pygtk2 PORTDOCS= * |