Date: Wed, 5 Oct 2016 01:03:35 +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: r423313 - head/irc/xchat-ruby Message-ID: <201610050103.u9513ZPw049005@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610050103.u9513ZPw049005>