summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-08-18 02:48:19 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-08-18 02:48:19 +0000
commit24f7714eab62018543567f7aa45b99c340505fee (patch)
treeca77b48c15cfc19103fe12669f87cfd4cfc07420
parentAdd ogre (diff)
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)
Notes
Notes: svn path=/head/; revision=140915
-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