diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-08 00:51:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-08 00:51:53 +0800 |
commit | 4d44d78ba2d143088b4a899a8fa9eb163d573560 (patch) | |
tree | fd12a2b10513b8c228f370abf3a800e94909822b /x11-toolkits | |
parent | 7219e4cd830e0b27ee51c6ac79b2cf94018831ab (diff) | |
download | freebsd-ports-gnome-4d44d78ba2d143088b4a899a8fa9eb163d573560.tar.gz freebsd-ports-gnome-4d44d78ba2d143088b4a899a8fa9eb163d573560.tar.zst freebsd-ports-gnome-4d44d78ba2d143088b4a899a8fa9eb163d573560.zip |
Support stage
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ruby-fox16/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/ruby-fox16/Makefile b/x11-toolkits/ruby-fox16/Makefile index cdd9cceaaabd..86dd834bda43 100644 --- a/x11-toolkits/ruby-fox16/Makefile +++ b/x11-toolkits/ruby-fox16/Makefile @@ -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} |