Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 01:04:17 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423314 - head/security/arirang
Message-ID:  <201610050104.u9514HkP049127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610050104.u9514HkP049127>