From 69b9b2daea7eb8609398b7bd930ec1ab28755008 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 9 Sep 2024 02:35:03 +0800 Subject: [PATCH] textproc/rubygem-ruby-xslt: Clean up Makefile --- textproc/rubygem-ruby-xslt/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/textproc/rubygem-ruby-xslt/Makefile b/textproc/rubygem-ruby-xslt/Makefile index e8519cd375f4..9c9acf150c12 100644 --- a/textproc/rubygem-ruby-xslt/Makefile +++ b/textproc/rubygem-ruby-xslt/Makefile @@ -11,13 +11,9 @@ WWW= https://github.com/glejeune/ruby-xslt LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= libxslt USES= gem gnome +USE_GNOME= libxslt -.include - -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) -CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types" -.endif +CONFIGURE_ARGS= --with-cflags=-Wno-incompatible-function-pointer-types .include