aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-08 18:35:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-09-08 18:40:23 +0000
commit69b9b2daea7eb8609398b7bd930ec1ab28755008 (patch)
tree4ff6265f23af5225ffd631bce1d1e02aabaa1891
parent81c21425439e30959683ab6312eb74d0a281b22b (diff)
textproc/rubygem-ruby-xslt: Clean up Makefile
-rw-r--r--textproc/rubygem-ruby-xslt/Makefile8
1 files 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 <bsd.port.options.mk>
-
-.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 <bsd.port.mk>