diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-29 10:23:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-29 10:23:22 +0000 |
commit | faa1a8476fbb85f5f38de40dcde48207c0fa9280 (patch) | |
tree | b848430a11f1c9028e7663bb80e689d4c26a4036 /devel/cgit/Makefile | |
parent | aa3d43c3f3ecae24d245af717943d1bc5318d933 (diff) |
Notes
Diffstat (limited to 'devel/cgit/Makefile')
-rw-r--r-- | devel/cgit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile index dc7b2bde7126..553b6c9af60a 100644 --- a/devel/cgit/Makefile +++ b/devel/cgit/Makefile @@ -3,6 +3,7 @@ PORTNAME= cgit PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \ GOOGLE_CODE:git @@ -18,7 +19,8 @@ PROJECTHOST= git-core GIT_VERSION= 1.8.2.3 USE_BZIP2= yes USE_GMAKE= yes -USES= iconv +USES= iconv shebangfix +SHEBANG_FILES= filters/html-converters/resources/markdown.pl USE_GMAKE= yes USE_OPENSSL= yes CFLAGS+= -I${LOCALBASE}/include |