svn commit: r423313 - head/irc/xchat-ruby

Steve Wills swills at FreeBSD.org
Wed Oct 5 01:03:36 UTC 2016


Author: swills
Date: Wed Oct  5 01:03:35 2016
New Revision: 423313
URL: https://svnweb.freebsd.org/changeset/ports/423313

Log:
  irc/xchat-ruby: remove USE_LIBRUBY

Modified:
  head/irc/xchat-ruby/Makefile

Modified: head/irc/xchat-ruby/Makefile
==============================================================================
--- head/irc/xchat-ruby/Makefile	Wed Oct  5 01:03:04 2016	(r423312)
+++ head/irc/xchat-ruby/Makefile	Wed Oct  5 01:03:35 2016	(r423313)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ruby
 PORTVERSION=	1.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	irc ruby
 MASTER_SITES=	SF/xchat-${PORTNAME}/xchat-${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	xchat-
@@ -12,11 +12,11 @@ MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	Ruby-scripting plugin for XChat
 
 RUN_DEPENDS=	xchat:irc/xchat
+LIB_DEPENDS=	lib${RUBY_NAME}.so:${RUBY_PORT}
 
 LICENSE=	GPLv2
 
 USE_RUBY=	yes
-USE_LIBRUBY=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 DOCSRC=		${WRKDIR}/${DISTNAME}
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}


More information about the svn-ports-all mailing list