mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sciense/gramps: drop dependency on py-xml
Drop py-xml dependency - it's not used in this port. While here add NO_ARCH and limit python version to 2.x, because of pygtk2 dependency and gramps codebase.
This commit is contained in:
parent
249b044e4f
commit
85a0d2f2ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390158
1 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gramps
|
||||
PORTVERSION= 3.4.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science gnome python
|
||||
MASTER_SITES= SF/${PORTNAME}/Stable/${PORTVERSION}
|
||||
|
||||
|
@ -13,11 +14,11 @@ LICENSE= GPLv2
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb \
|
||||
${PYTHON_PKGNAMEPREFIX}icu>=1.8:${PORTSDIR}/devel/py-icu \
|
||||
${PYXML}
|
||||
${PYTHON_PKGNAMEPREFIX}icu>=1.8:${PORTSDIR}/devel/py-icu
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_BDB= 5+
|
||||
USES= desktop-file-utils gettext shared-mime-info gmake python
|
||||
USES= desktop-file-utils gettext shared-mime-info gmake python:2
|
||||
USE_GNOME= pygtk2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-mime-install
|
||||
|
|
Loading…
Add table
Reference in a new issue