aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-30 06:07:38 +0800
committerantoine <antoine@FreeBSD.org>2014-08-30 06:07:38 +0800
commit63ec318af35bc966861fe69fbc8402cf5d61f617 (patch)
tree596c040924547c251b13f5abfc7c19d6a0a30522 /textproc
parentd19881e448b03f65010b3c5c6b19da64cc903117 (diff)
downloadfreebsd-ports-gnome-63ec318af35bc966861fe69fbc8402cf5d61f617.tar.gz
freebsd-ports-gnome-63ec318af35bc966861fe69fbc8402cf5d61f617.tar.zst
freebsd-ports-gnome-63ec318af35bc966861fe69fbc8402cf5d61f617.zip
Fix check-sanity (bsd.port.mk included twice)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/aiksaurus-gtk/Makefile6
-rw-r--r--textproc/aiksaurus/Makefile8
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/aiksaurus-gtk/Makefile b/textproc/aiksaurus-gtk/Makefile
index bf00c5b56a08..269971b05001 100644
--- a/textproc/aiksaurus-gtk/Makefile
+++ b/textproc/aiksaurus-gtk/Makefile
@@ -14,12 +14,6 @@ PKGDIR= ${.CURDIR}
USE_GNOME= gtk20
CONFIGURE_ARGS=--with-gtk
-.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' \
${WRKSRC}/Makefile
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>