diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-26 22:17:08 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-26 22:17:08 +0800 |
commit | 8f233400b923f5a723475ca43341b0211a0a6305 (patch) | |
tree | 0f4f9614991939ed26c61ced280376955de26b50 /textproc | |
parent | 8ec36586ca2ecaa5d4349c1857b74c55c4cc74fe (diff) | |
download | freebsd-ports-gnome-8f233400b923f5a723475ca43341b0211a0a6305.tar.gz freebsd-ports-gnome-8f233400b923f5a723475ca43341b0211a0a6305.tar.zst freebsd-ports-gnome-8f233400b923f5a723475ca43341b0211a0a6305.zip |
Clarify that it is only BROKEN on 10+
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aiksaurus-gtk/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/aiksaurus-gtk/Makefile b/textproc/aiksaurus-gtk/Makefile index ad1a52a6383b..bf00c5b56a08 100644 --- a/textproc/aiksaurus-gtk/Makefile +++ b/textproc/aiksaurus-gtk/Makefile @@ -14,7 +14,11 @@ PKGDIR= ${.CURDIR} USE_GNOME= gtk20 CONFIGURE_ARGS=--with-gtk -BROKEN= does not link against GTK2 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 1000000 +BROKEN= does not link against GTK2 on FreeBSD 10+ +.endif pre-install: @${REINPLACE_CMD} -e 's|base [$$][(]GTKSRCDIR[)] data|$$(GTKSRCDIR)|g' \ |