diff options
author | rm <rm@FreeBSD.org> | 2015-06-20 17:54:35 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-06-20 17:54:35 +0800 |
commit | a4b445522166dacd923be7d66e30b5d09cd1ebe2 (patch) | |
tree | d34e77b764abd92977c9f0a4213f4c0d3bb59c60 /science | |
parent | b3c730632dedbec35c3deab5fdd7876672104a77 (diff) | |
download | freebsd-ports-gnome-a4b445522166dacd923be7d66e30b5d09cd1ebe2.tar.gz freebsd-ports-gnome-a4b445522166dacd923be7d66e30b5d09cd1ebe2.tar.zst freebsd-ports-gnome-a4b445522166dacd923be7d66e30b5d09cd1ebe2.zip |
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.
Diffstat (limited to 'science')
-rw-r--r-- | science/gramps/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile index 982ca2b70f36..c003d0d9a6a8 100644 --- a/science/gramps/Makefile +++ b/science/gramps/Makefile @@ -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 |