diff options
author | swills <swills@FreeBSD.org> | 2014-01-03 04:30:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-03 04:30:09 +0800 |
commit | d0eb27f604ec76c183b010548168f3b75b71e05c (patch) | |
tree | 456a2ac8ebb9eca3405e230b3064fd4e0a0786ea /www | |
parent | 09289182424a1977f689ef26149101611cc493f3 (diff) | |
download | freebsd-ports-gnome-d0eb27f604ec76c183b010548168f3b75b71e05c.tar.gz freebsd-ports-gnome-d0eb27f604ec76c183b010548168f3b75b71e05c.tar.zst freebsd-ports-gnome-d0eb27f604ec76c183b010548168f3b75b71e05c.zip |
- Ruby 1.8 is gone, remove logic for it
With hat: ruby@
Diffstat (limited to 'www')
-rw-r--r-- | www/gist/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/gist/Makefile b/www/gist/Makefile index a9ee198213f9..11f5396c8663 100644 --- a/www/gist/Makefile +++ b/www/gist/Makefile @@ -29,10 +29,6 @@ PLIST_FILES= bin/gist \ .include <bsd.port.pre.mk> -.if ${RUBY_VER} < 1.9 -RUN_DEPENDS+= ${DEPEND_RUBY_ICONV} -.endif - .if ${PORT_OPTIONS:MNSSCA} RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss EXTRA_PATCHES= ${PATCHDIR}/extrapatch-nssca-gist |