summaryrefslogtreecommitdiffstats
path: root/misc/gkrellmbgchg2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-04-26 08:04:54 +0000
committerpav <pav@FreeBSD.org>2006-04-26 08:04:54 +0000
commit813617bc1e12f03debae8b6eaecc7f01e22f69bd (patch)
treeedd984c0fbc75d6037e0b33ae8cb7504750fbab2 /misc/gkrellmbgchg2
parentc064c9b9295cbcc10c50d3a99398303794514399 (diff)
downloadFreeBSD-ports-813617bc1e12f03debae8b6eaecc7f01e22f69bd.zip
FreeBSD-ports-813617bc1e12f03debae8b6eaecc7f01e22f69bd.tar.gz
- Broken on 4.X: does not compile
Reported by: krismail
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 449b610..66ce2ec 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>
OpenPOWER on IntegriCloud