diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmdrawer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wmdrawer/Makefile b/x11/wmdrawer/Makefile index 0da92bf6e50b..02207ed6649e 100644 --- a/x11/wmdrawer/Makefile +++ b/x11/wmdrawer/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GNOME= gtk20 +USE_GNOME= gtk20 gdkpixbuf USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include `gdk-pixbuf-config --cflags` CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt `gdk-pixbuf-config --libs` -lgdk_pixbuf_xlib" DOCSDIR=${DOCSDIR} |