diff options
author | swills <swills@FreeBSD.org> | 2014-07-06 00:22:19 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-07-06 00:22:19 +0800 |
commit | 9faf3f7ee4d952efc3c81c2d08e224dffa69acd2 (patch) | |
tree | 0f574573d9c8c7aa7e8c1920ce3f0799110a6ac2 /textproc | |
parent | 4a83ed0238187015830ddd7b06f25153136dcd99 (diff) | |
download | freebsd-ports-gnome-9faf3f7ee4d952efc3c81c2d08e224dffa69acd2.tar.gz freebsd-ports-gnome-9faf3f7ee4d952efc3c81c2d08e224dffa69acd2.tar.zst freebsd-ports-gnome-9faf3f7ee4d952efc3c81c2d08e224dffa69acd2.zip |
- Fix shebang for template-converter
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/google-ctemplate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile index 3f99c09ebda1..617a35efaba3 100644 --- a/textproc/google-ctemplate/Makefile +++ b/textproc/google-ctemplate/Makefile @@ -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 |