aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gourmet/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/deskutils/gourmet/Makefile b/deskutils/gourmet/Makefile
index cb0547c161ec..1a3aa7551e93 100644
--- a/deskutils/gourmet/Makefile
+++ b/deskutils/gourmet/Makefile
@@ -15,9 +15,14 @@ MASTER_SITE_SUBDIR= grecipe-manager
MAINTAINER= adamw@FreeBSD.org
COMMENT= GNOME recipe manager
-RUN_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit \
+RUN_DEPENDS= ${LOCALBASE}/lib/libmk4py.so:${PORTSDIR}/databases/metakit \
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
+# This is only for during the ports freeze for 6.0-RELEASE. gourmet
+# requires a python-aware metakit, and that cannot be specified with
+# the current metakit framework.
+IGNORE= The python-aware metakit requirement cannot be fulfilled with the current ports framework
+
USE_X_PREFIX= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes