1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Fix shebang for template-converter

This commit is contained in:
Steve Wills 2014-07-05 16:22:19 +00:00
parent a0e0aa704d
commit c5b7f29ef5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360771

View File

@ -3,7 +3,7 @@
PORTNAME= google-ctemplate
PORTVERSION= 2.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= ctemplate
@ -15,7 +15,8 @@ COMMENT= Simple but powerful template language for C++
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
USES= libtool pathfix pkgconfig
USES= libtool pathfix pkgconfig shebangfix
SHEBANG_FILES= src/template-converter
USE_LDCONFIG= yes
BROKEN_powerpc= Does not compile on powerpc