Fix check-sanity (bsd.port.mk included twice)

This commit is contained in:
Antoine Brodin 2014-08-29 22:07:38 +00:00
parent 95b39df533
commit cc3d2221a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366578
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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>