diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-01-02 20:35:17 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-01-02 20:35:17 +0000 |
commit | 3b3558bf1fc88be65f6ef17d44579f74c1334de4 (patch) | |
tree | 6d9abac878c5bb6c95015fbeaefd1e5d06da5c93 | |
parent | 51638e63915e2e4aeed6123bcda36a810459e2b1 (diff) | |
download | ports-3b3558bf1fc88be65f6ef17d44579f74c1334de4.tar.gz ports-3b3558bf1fc88be65f6ef17d44579f74c1334de4.zip |
Notes
-rw-r--r-- | www/tdiary/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/tdiary/Makefile b/www/tdiary/Makefile index d2ff1b748fdb..b1bc82c767ce 100644 --- a/www/tdiary/Makefile +++ b/www/tdiary/Makefile @@ -62,12 +62,6 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -.if !defined(RUBY_PROVIDED) -IGNORE= requires Ruby 1.9.3 or later -.endif -.endif - pre-patch: @${RM} ${WRKSRC}/.coveralls.yml @${RM} ${WRKSRC}/.gitignore |