svn commit: r391211 - head/graphics/libfreehand

Jung-uk Kim jkim at FreeBSD.org
Thu Jul 2 23:53:13 UTC 2015


Author: jkim
Date: Thu Jul  2 23:53:12 2015
New Revision: 391211
URL: https://svnweb.freebsd.org/changeset/ports/391211

Log:
  Fix build on 8.x and 9.x.

Modified:
  head/graphics/libfreehand/Makefile

Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile	Thu Jul  2 23:40:30 2015	(r391210)
+++ head/graphics/libfreehand/Makefile	Thu Jul  2 23:53:12 2015	(r391211)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	liblcms2.so:${PORTSDIR}/gra
 		librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
 
 GNU_CONFIGURE=	yes
-USES=	gperf perl5 libtool pathfix pkgconfig tar:xz
+USES=	compiler:c++11-lang gperf perl5 libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 CONFIGURE_ARGS=	--disable-werror --without-docs


More information about the svn-ports-all mailing list