textproc/rubygem-ruby-xslt: Clean up Makefile

This commit is contained in:
Po-Chuan Hsieh 2024-09-09 02:35:03 +08:00
parent 81c2142543
commit 69b9b2daea
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -11,13 +11,9 @@ WWW= https://github.com/glejeune/ruby-xslt
LICENSE= GPLv2 LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= libxslt
USES= gem gnome USES= gem gnome
USE_GNOME= libxslt
.include <bsd.port.options.mk> CONFIGURE_ARGS= --with-cflags=-Wno-incompatible-function-pointer-types
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif
.include <bsd.port.mk> .include <bsd.port.mk>