diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-26 05:43:51 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-26 05:43:51 +0800 |
commit | 2767723cfbc7067f9dea9b0f02d963c5637a0851 (patch) | |
tree | 48e8315bd4743517cba9557e2d9296ac063f1d6b | |
parent | f6636c0eaa89b232e8dd53d3b8700061d671d4d8 (diff) | |
download | freebsd-ports-gnome-2767723cfbc7067f9dea9b0f02d963c5637a0851.tar.gz freebsd-ports-gnome-2767723cfbc7067f9dea9b0f02d963c5637a0851.tar.zst freebsd-ports-gnome-2767723cfbc7067f9dea9b0f02d963c5637a0851.zip |
- fix build when gettext is installed
-rw-r--r-- | graphics/libexif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index cccc89aeb304..145e1c21f041 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -27,7 +27,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENV_OFF= am_cv_func_iconv=no -NLS_CONFIGURE_ENABLE= yes +NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s|doc||g ; \ |