aboutsummaryrefslogtreecommitdiff
path: root/textproc/aiksaurus
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-29 22:07:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-29 22:07:38 +0000
commitcc3d2221a93efbe3906951ca7b1fb3429513e696 (patch)
tree596c040924547c251b13f5abfc7c19d6a0a30522 /textproc/aiksaurus
parent95b39df533ad0f680b488a00088a91b1b2ed3ce6 (diff)
downloadports-cc3d2221a93efbe3906951ca7b1fb3429513e696.tar.gz
ports-cc3d2221a93efbe3906951ca7b1fb3429513e696.zip
Notes
Diffstat (limited to 'textproc/aiksaurus')
-rw-r--r--textproc/aiksaurus/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile
index 3cdc3ffbfbf2..5bf73a435606 100644
--- a/textproc/aiksaurus/Makefile
+++ b/textproc/aiksaurus/Makefile
@@ -18,4 +18,10 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS?=--without-gtk
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if defined(PKGNAMESUFFIX) && ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
+BROKEN= does not link against GTK2 on FreeBSD 10+
+.endif
+
+.include <bsd.port.post.mk>