diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-01-02 20:09:36 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-01-02 20:09:36 +0000 |
commit | a8a6f36c58a3ce860f5f8cb1f09020e6fec1bc83 (patch) | |
tree | a850e609c57c3e1edb201180e2133c1bfb639e74 /sysutils | |
parent | 7dd79cd8c51dec55ca18e10f796688500095bde1 (diff) | |
download | ports-a8a6f36c58a3ce860f5f8cb1f09020e6fec1bc83.tar.gz ports-a8a6f36c58a3ce860f5f8cb1f09020e6fec1bc83.zip |
- Ruby 1.8 is gone, remove check for 1.9
With hat: ruby@
Notes
Notes:
svn path=/head/; revision=338487
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/philesight/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/philesight/Makefile b/sysutils/philesight/Makefile index 0f0fc5a327c4..328f770c6825 100644 --- a/sysutils/philesight/Makefile +++ b/sysutils/philesight/Makefile @@ -29,9 +29,7 @@ PORTEXAMPLES= ${PORTNAME}.cgi NO_STAGE= yes .include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 EXTRA_PATCHES= ${FILESDIR}/extra-patch-ruby19 -.endif do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ |