diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-12 00:42:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-12 00:42:14 +0800 |
commit | 5b9803d024b2629ddf11366d305345dfd2dff306 (patch) | |
tree | f39b11495038d0382daf8dd4fb3d76334581190e /graphics/libfreehand | |
parent | 1bef2e1a92fd487b51d0040cd2c99a24cc2c7830 (diff) | |
download | freebsd-ports-gnome-5b9803d024b2629ddf11366d305345dfd2dff306.tar.gz freebsd-ports-gnome-5b9803d024b2629ddf11366d305345dfd2dff306.tar.zst freebsd-ports-gnome-5b9803d024b2629ddf11366d305345dfd2dff306.zip |
- Disable Werror
- Fix a typo
Diffstat (limited to 'graphics/libfreehand')
-rw-r--r-- | graphics/libfreehand/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index 4baabb3b17fb..699bf8083776 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -16,7 +16,8 @@ LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig tar:xz -USE_LDCOFNIG= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-werror INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS |