diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-26 08:04:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-26 08:04:54 +0000 |
commit | e7bf1e5ca5cdda66f28aa55789a5ecc0d391f6de (patch) | |
tree | eacad0731a3176b809b9cf37a1f68780fa8a37b2 /misc | |
parent | 7f590c43c2cd229f410976b13837b9ac7ac3034d (diff) | |
download | ports-e7bf1e5ca5cdda66f28aa55789a5ecc0d391f6de.tar.gz ports-e7bf1e5ca5cdda66f28aa55789a5ecc0d391f6de.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellmbgchg2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/gkrellmbgchg2/Makefile b/misc/gkrellmbgchg2/Makefile index 449b6108e9b9..66ce2ecd787e 100644 --- a/misc/gkrellmbgchg2/Makefile +++ b/misc/gkrellmbgchg2/Makefile @@ -21,6 +21,12 @@ USE_GNOME= gtk20 PLIST_FILES= libexec/gkrellm2/plugins/gkrellmbgchg.so +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile +.endif + post-patch: @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/Makefile @@ -29,4 +35,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/gkrellmbgchg.so \ ${PREFIX}/libexec/gkrellm2/plugins -.include <bsd.port.mk> +.include <bsd.port.post.mk> |