diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:19:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:19:31 +0000 |
commit | d0b8e0bff8d29f51aae0f3bd778bf1b9844b6ee5 (patch) | |
tree | adbafa3de45bb93952e1db8450ac168863a2a810 /graphics/gdk-pixbuf2/Makefile | |
parent | 572dd294a2a710aa52fb897272afe783db5d0a70 (diff) |
Convert to USES=imake
While here:
Trim headers,
Remove some indefinite article
Mark xmagv as broken given it doesn't build
Convert to new options framework
Notes
Notes:
svn path=/head/; revision=321988
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 9931c40df7fc..54ef516378e9 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-introspection=yes --with-x11 +MAKE_ENV+= GI_SCANNER_DISABLE_CACHE=yes MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 |