diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-23 21:40:57 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-05-23 21:40:57 +0800 |
commit | fefdfbb23aba9416550dc236d271ba76a454cddf (patch) | |
tree | f3bb40dbdca905ce4796cc6f43e6fe8c5462a5ed | |
parent | 6433ba5fc989d93bb87367d5f340fade064834a9 (diff) | |
download | marcuscom-ports-fefdfbb23aba9416550dc236d271ba76a454cddf.tar marcuscom-ports-fefdfbb23aba9416550dc236d271ba76a454cddf.tar.gz marcuscom-ports-fefdfbb23aba9416550dc236d271ba76a454cddf.tar.bz2 marcuscom-ports-fefdfbb23aba9416550dc236d271ba76a454cddf.tar.lz marcuscom-ports-fefdfbb23aba9416550dc236d271ba76a454cddf.tar.xz marcuscom-ports-fefdfbb23aba9416550dc236d271ba76a454cddf.tar.zst marcuscom-ports-fefdfbb23aba9416550dc236d271ba76a454cddf.zip |
Enable X11 stuff.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16781 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 3349580fa..9f1aa1ac7 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@lovett.com> # # $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.19 2012/05/15 15:17:37 kwm Exp $ +# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.20 2012/05/23 08:00:51 kwm Exp $ PORTNAME?= gdk-pixbuf PORTVERSION= 2.26.1 @@ -29,7 +29,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --enable-introspection=yes +CONFIGURE_ARGS= --enable-introspection=yes --with-x11 MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 |