diff options
Diffstat (limited to 'www/gist')
-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 |