Index: head/textproc/aiksaurus/Makefile =================================================================== --- head/textproc/aiksaurus/Makefile (revision 366577) +++ head/textproc/aiksaurus/Makefile (revision 366578) @@ -1,21 +1,27 @@ # $FreeBSD$ # $MCom: ports/textproc/aiksaurus/Makefile,v 1.2 2006/09/10 00:51:13 mezz Exp $ PORTNAME= aiksaurus PORTVERSION= 1.2.1 PORTREVISION?= 3 CATEGORIES?= textproc MASTER_SITES= SF MAINTAINER?= gnome@FreeBSD.org COMMENT?= Set of libraries and applications which provide a thesaurus LICENSE= GPLv2 USES= gmake libtool pathfix pkgconfig USE_CSTD= gnu89 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk -.include +.include + +.if defined(PKGNAMESUFFIX) && ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 +BROKEN= does not link against GTK2 on FreeBSD 10+ +.endif + +.include Index: head/textproc/aiksaurus-gtk/Makefile =================================================================== --- head/textproc/aiksaurus-gtk/Makefile (revision 366577) +++ head/textproc/aiksaurus-gtk/Makefile (revision 366578) @@ -1,27 +1,21 @@ # $FreeBSD$ PORTREVISION= 12 CATEGORIES= textproc deskutils PKGNAMESUFFIX= -gtk COMMENT= GTK+2 front-end for Aiksaurus, a thesaurus LIB_DEPENDS= libAiksaurus.so:${PORTSDIR}/textproc/aiksaurus MASTERDIR= ${.CURDIR}/../aiksaurus PKGDIR= ${.CURDIR} USE_GNOME= gtk20 CONFIGURE_ARGS=--with-gtk -.include - -.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 .include "${MASTERDIR}/Makefile"