diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-14 20:02:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-14 20:02:06 +0800 |
commit | 7e2626f2d1e70a04b78bbd02a5353d912a07e212 (patch) | |
tree | 09c47d59b35501c466fe71106705e8af260f648f /devel | |
parent | 15b21d0782828c9acbe55e05bf7553833ba2e797 (diff) | |
download | freebsd-ports-gnome-7e2626f2d1e70a04b78bbd02a5353d912a07e212.tar.gz freebsd-ports-gnome-7e2626f2d1e70a04b78bbd02a5353d912a07e212.tar.zst freebsd-ports-gnome-7e2626f2d1e70a04b78bbd02a5353d912a07e212.zip |
- Add charsetfix to fix build
Reported by: pkg (dev_mode)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cppi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cppi/Makefile b/devel/cppi/Makefile index e2f9aab8b65a..4a5bd3971064 100644 --- a/devel/cppi/Makefile +++ b/devel/cppi/Makefile @@ -10,7 +10,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= A tool to indent the C preprocessor directives USE_XZ= yes -USES= gettext +USES= gettext charsetfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |