Index: head/textproc/rubygem-gitlab-markup/Makefile =================================================================== --- head/textproc/rubygem-gitlab-markup/Makefile (revision 460832) +++ head/textproc/rubygem-gitlab-markup/Makefile (revision 460833) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= gitlab-markup PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Render any fancy GitLab markup LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes -USES= gem shebangfix +USES= gem python:run shebangfix PLIST_FILES= bin/github-markup SHEBANG_FILES= lib/github/commands/rest2html \ script/bootstrap \ script/cibuild -python_CMD= ${LOCALBASE}/bin/python2 .include