mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/rubygem-ruby-xslt: Clean up Makefile
This commit is contained in:
parent
81c2142543
commit
69b9b2daea
1 changed files with 2 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue