diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-08-18 02:48:19 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-08-18 02:48:19 +0000 |
commit | 24f7714eab62018543567f7aa45b99c340505fee (patch) | |
tree | ca77b48c15cfc19103fe12669f87cfd4cfc07420 /deskutils | |
parent | c70b8c14779cae20c65d503bad6305dbb050e1a2 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gourmet/Makefile | 7 |
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 |