diff options
author | Romain Tartière <romain@FreeBSD.org> | 2011-08-03 18:06:40 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2011-08-03 18:06:40 +0000 |
commit | a9a963efd1b643dbdeaefae96cda40c0aef559ed (patch) | |
tree | 6eefa089a41056f4fb2b9201ad301415dcfec621 /devel/cutter/Makefile | |
parent | ace00b233ee2e7fa58694fce2768469c51cb8697 (diff) | |
download | ports-a9a963efd1b643dbdeaefae96cda40c0aef559ed.tar.gz ports-a9a963efd1b643dbdeaefae96cda40c0aef559ed.zip |
Notes
Diffstat (limited to 'devel/cutter/Makefile')
-rw-r--r-- | devel/cutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index 7eb04c471759..9a3209132e63 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cutter -PORTVERSION= 1.1.7 +PORTVERSION= 1.1.8 CATEGORIES= devel MASTER_SITES= SF @@ -16,7 +16,7 @@ COMMENT= Unit Testing Framework for C and C++ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ pangocairo:${PORTSDIR}/x11-toolkits/pango -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +CPPFLAGS= "-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc GNU_CONFIGURE= yes USE_GETTEXT= yes |