diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-23 12:39:51 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-23 12:39:51 +0000 |
commit | 12e44a71d2a1522c3e4e7965ae243ffc79eecf10 (patch) | |
tree | ca4ead7b6466af1252b51ef550b4fbbc2b3cd46c /x11 | |
parent | ecb2c587a4d5ef88b6549bca8be2f454b0002d94 (diff) | |
download | ports-12e44a71d2a1522c3e4e7965ae243ffc79eecf10.tar.gz ports-12e44a71d2a1522c3e4e7965ae243ffc79eecf10.zip |
Notes
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} |