aboutsummaryrefslogtreecommitdiff
path: root/misc/gkrellmbgchg2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-26 08:04:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-26 08:04:54 +0000
commite7bf1e5ca5cdda66f28aa55789a5ecc0d391f6de (patch)
treeeacad0731a3176b809b9cf37a1f68780fa8a37b2 /misc/gkrellmbgchg2
parent7f590c43c2cd229f410976b13837b9ac7ac3034d (diff)
downloadports-e7bf1e5ca5cdda66f28aa55789a5ecc0d391f6de.tar.gz
ports-e7bf1e5ca5cdda66f28aa55789a5ecc0d391f6de.zip
- Broken on 4.X: does not compile
Reported by: krismail
Notes
Notes: svn path=/head/; revision=160498
Diffstat (limited to 'misc/gkrellmbgchg2')
-rw-r--r--misc/gkrellmbgchg2/Makefile8
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>