aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2006-03-21 05:22:08 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2006-03-21 05:22:08 +0000
commite29c0c3e9d09e9ab4e35bb9e9a1ac7927b868e0a (patch)
treefa71e42a906baf876694933c27d4e638f6b96e6d /x11-toolkits
parent37ce325bacf9f938097166bf2974a26113d8fd4e (diff)
downloadports-e29c0c3e9d09e9ab4e35bb9e9a1ac7927b868e0a.tar.gz
ports-e29c0c3e9d09e9ab4e35bb9e9a1ac7927b868e0a.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libgdiplus/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile
index 9b3e807f745c..63517864509b 100644
--- a/x11-toolkits/libgdiplus/Makefile
+++ b/x11-toolkits/libgdiplus/Makefile
@@ -31,4 +31,10 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
# up with our port. For now, use included but patch out glitz manually.
#CONFIGURE_ARGS+= --with-cairo=installed
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 503000
+IGNORE= does not build and is useless without working Mono
+.endif
+
+.include <bsd.port.post.mk>