diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-28 11:31:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-28 11:31:42 +0000 |
commit | a97bd843b7d06b2df6ff8c978b73cc51fe4ff969 (patch) | |
tree | a0f3b384997d377ac489321e2e685e1fed7ad6dd /x11-toolkits | |
parent | 379717b0bd5e860d112585632644026044cef487 (diff) | |
download | ports-a97bd843b7d06b2df6ff8c978b73cc51fe4ff969.tar.gz ports-a97bd843b7d06b2df6ff8c978b73cc51fe4ff969.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ruby-fox16/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/ruby-fox16/Makefile b/x11-toolkits/ruby-fox16/Makefile index 35f3a87f8944..59b412fb301f 100644 --- a/x11-toolkits/ruby-fox16/Makefile +++ b/x11-toolkits/ruby-fox16/Makefile @@ -7,7 +7,7 @@ PORTNAME= fox PORTVERSION= 1.6.19 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= fxruby @@ -22,7 +22,7 @@ LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 \ png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - fxscintilla.22:${PORTSDIR}/x11-toolkits/fxscintilla + fxscintilla.23:${PORTSDIR}/x11-toolkits/fxscintilla LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}16 @@ -33,16 +33,12 @@ NOHARM_ARGS= --no-harm USE_XORG= xcursor xproto x11 xextproto xext xrandr USE_GL= yes -.include <bsd.port.pre.mk> - install-noharm: cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${NOHARM_ARGS} ${RUBY_INSTALL_ARGS} post-configure: -.if ${OSVERSION} >= 700000 @${REINPLACE_CMD} -e 's|CPPFLAGS = -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6|CPPFLAGS = -ffriend-injection -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6|' \ ${WRKSRC}/ext/fox16/Makefile -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |