svn commit: r423314 - head/security/arirang

Steve Wills swills at FreeBSD.org
Wed Oct 5 01:04:18 UTC 2016


Author: swills
Date: Wed Oct  5 01:04:16 2016
New Revision: 423314
URL: https://svnweb.freebsd.org/changeset/ports/423314

Log:
  security/arirant: remove USE_LIBRUBY

Modified:
  head/security/arirang/Makefile

Modified: head/security/arirang/Makefile
==============================================================================
--- head/security/arirang/Makefile	Wed Oct  5 01:03:35 2016	(r423313)
+++ head/security/arirang/Makefile	Wed Oct  5 01:04:16 2016	(r423314)
@@ -3,6 +3,7 @@
 
 PORTNAME=	arirang
 PORTVERSION=	2.03
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	security www
 MASTER_SITES=	http://monkey.org/~pilot/arirang/
@@ -12,10 +13,11 @@ COMMENT=	Powerful webserver security sca
 
 LICENSE=	BSD3CLAUSE
 
+LIB_DEPENDS=	lib${RUBY_NAME}.so:${RUBY_PORT}
+
 USES=		ssl
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
-USE_LIBRUBY=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include/ruby-${RUBY_VER} -I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH}
 CFLAGS+=	-DRUBY_19


More information about the svn-ports-all mailing list