Fix check-sanity (bsd.port.mk included twice)
This commit is contained in:
parent
95b39df533
commit
cc3d2221a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366578
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user