diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-10-07 17:57:20 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-10-07 17:57:20 +0000 |
commit | f67027771976e462795415e9bffb21878c4a9185 (patch) | |
tree | 3543c52338b7a6c5a26d7ad7e048ce5080a22b1c /deskutils/gourmet/Makefile | |
parent | 2cd22b311392f5295af85e5e4baece54e478c26b (diff) | |
download | ports-f67027771976e462795415e9bffb21878c4a9185.tar.gz ports-f67027771976e462795415e9bffb21878c4a9185.zip |
Notes
Diffstat (limited to 'deskutils/gourmet/Makefile')
-rw-r--r-- | deskutils/gourmet/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/deskutils/gourmet/Makefile b/deskutils/gourmet/Makefile index 590c80c7fc9a..693402923e37 100644 --- a/deskutils/gourmet/Makefile +++ b/deskutils/gourmet/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gourmet -PORTVERSION= 0.8.5.12 -PORTREVISION= 2 +PORTVERSION= 0.8.6.5.1 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= grecipe-manager @@ -24,13 +23,4 @@ USE_PYDISTUTILS=yes USE_GNOME= pygnome2 -.include <bsd.port.pre.mk> - -pre-install: -.if !exists(${LOCALBASE}/lib/libmk4py.so) -.if exists(${LOCALBASE}/lib/libmk4.so) -BROKEN= "You must reinstall metakit to include python support" -.endif -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |