mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
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
This commit is contained in:
parent
fc7425aed2
commit
81c98c3e93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390296
@ -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= *
|
||||
|
Loading…
Reference in New Issue
Block a user