aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gourmet
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-08-18 10:48:19 +0800
committeradamw <adamw@FreeBSD.org>2005-08-18 10:48:19 +0800
commit45ed1d76196b79c1dace50ed7cad1d0ce29f8090 (patch)
treeedf611d0dc131fd9dba95ffd559984a89896a802 /deskutils/gourmet
parenteb3158b0f58d1ae180de170c16bad04bd034aa49 (diff)
downloadfreebsd-ports-gnome-45ed1d76196b79c1dace50ed7cad1d0ce29f8090.tar.gz
freebsd-ports-gnome-45ed1d76196b79c1dace50ed7cad1d0ce29f8090.tar.zst
freebsd-ports-gnome-45ed1d76196b79c1dace50ed7cad1d0ce29f8090.zip
Mark this port as IGNOREd for the 6.0-RELEASE set. Gourmet requires
a python-enabled metakit, but that requirement cannot be assured with the current framework. The solution, as discussed with krion, is to make metakit's python support on by default. This fix, however, won't go in until after the slush, so gourmet will not have a 6.0 package in the meantime. Also, I'm backing out krion's change, because it wasn't the right fix. The original RUN_DEPENDS library check will be the correct one once the metakit change goes in. Approved by: portmgr (krion)
Diffstat (limited to 'deskutils/gourmet')
-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