diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-31 22:00:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-31 22:00:34 +0000 |
commit | 80102bdf4b2f88005102ae1b2f5af17c8515f134 (patch) | |
tree | 81c802b40e350e48e7c22530ee74c3c966236fea /deskutils | |
parent | 014753bfe6d8e98b25f0b7fd74871f58ada3466f (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gourmet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gourmet/Makefile b/deskutils/gourmet/Makefile index 3a3be6b2efd8..f641f2dd82e3 100644 --- a/deskutils/gourmet/Makefile +++ b/deskutils/gourmet/Makefile @@ -3,7 +3,7 @@ PORTNAME= gourmet PORTVERSION= 0.17.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MAINTAINER= rm@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= GNOME recipe manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>0:${PORTSDIR}/devel/py-distutils-extra \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:${PORTSDIR}/devel/py-python-distutils-extra \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy \ |