Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2014 16:51:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350527 - head/x11-toolkits/ruby-fox16
Message-ID:  <201404071651.s37Gpr0t043399@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr  7 16:51:53 2014
New Revision: 350527
URL: http://svnweb.freebsd.org/changeset/ports/350527
QAT: https://qat.redports.org/buildarchive/r350527/

Log:
  Support stage

Modified:
  head/x11-toolkits/ruby-fox16/Makefile

Modified: head/x11-toolkits/ruby-fox16/Makefile
==============================================================================
--- head/x11-toolkits/ruby-fox16/Makefile	Mon Apr  7 16:36:00 2014	(r350526)
+++ head/x11-toolkits/ruby-fox16/Makefile	Mon Apr  7 16:51:53 2014	(r350527)
@@ -14,11 +14,11 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	lercordeiro@gmail.com
 COMMENT=	Ruby extension module to use FOX 1.6, aka FXRuby
 
-LIB_DEPENDS=	FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 \
-		png15:${PORTSDIR}/graphics/png \
-		jpeg.11:${PORTSDIR}/graphics/jpeg \
-		tiff.4:${PORTSDIR}/graphics/tiff \
-		fxscintilla.23:${PORTSDIR}/x11-toolkits/fxscintilla
+LIB_DEPENDS=	libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 \
+		libpng15.so:${PORTSDIR}/graphics/png \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libtiff.so:${PORTSDIR}/graphics/tiff \
+		libfxscintilla.so:${PORTSDIR}/x11-toolkits/fxscintilla
 
 LATEST_LINK=	${PKGNAMEPREFIX}${PORTNAME}16
 
@@ -29,7 +29,6 @@ NOHARM_ARGS=	--no-harm
 USE_XORG=	xcursor xproto x11 xextproto xext xrandr
 USE_GL=		yes
 
-NO_STAGE=	yes
 install-noharm:
 	cd ${WRKSRC}; \
 	${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${NOHARM_ARGS} ${RUBY_INSTALL_ARGS}



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