diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-12-07 03:58:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-12-07 03:58:06 +0000 |
commit | a782d20006cefa1844faf240fc2089952aef9694 (patch) | |
tree | 2bf47e362810bcbbcf21ef70ff725375ac2d26e0 /devel/cgit | |
parent | 964755359ae1051b42ae379e562603c16c0964e4 (diff) | |
download | ports-a782d20006cefa1844faf240fc2089952aef9694.tar.gz ports-a782d20006cefa1844faf240fc2089952aef9694.zip |
Notes
Diffstat (limited to 'devel/cgit')
-rw-r--r-- | devel/cgit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index 73b648962040..a3c0b1b0b859 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -2,6 +2,7 @@ PORTNAME= cgit PORTVERSION= 0.11.2 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ https://www.kernel.org/pub/software/scm/git/:git @@ -17,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING PROJECTHOST= git-core GIT_VERSION= 2.3.3 USES= cpe gmake iconv shebangfix tar:xz +USE_OPENSSL= yes CPE_VENDOR= lars_hjemli SHEBANG_FILES= filters/html-converters/resources/markdown.pl |