diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-06-08 16:46:17 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-06-08 16:46:17 +0800 |
commit | 9900d75cb97002a79c44015b3d2b49632332d4e4 (patch) | |
tree | 7c3b838d4ff6eeed29f6903b6748bc9c74d9a748 /x11-toolkits | |
parent | c738b19ef9193b77eca543988fe0353247c3bbdb (diff) | |
download | freebsd-ports-gnome-9900d75cb97002a79c44015b3d2b49632332d4e4.tar.gz freebsd-ports-gnome-9900d75cb97002a79c44015b3d2b49632332d4e4.tar.zst freebsd-ports-gnome-9900d75cb97002a79c44015b3d2b49632332d4e4.zip |
- Add libinotify support.
- Bump PORTREVISION.
Prodded by: Rainer Hurling
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile index a101fc6abaa5..d0d3a47b2a9a 100644 --- a/x11-toolkits/wxgtk29/Makefile +++ b/x11-toolkits/wxgtk29/Makefile @@ -19,7 +19,8 @@ COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png\ jpeg.11:${PORTSDIR}/graphics/jpeg\ tiff.4:${PORTSDIR}/graphics/tiff\ - expat.6:${PORTSDIR}/textproc/expat2 + expat.6:${PORTSDIR}/textproc/expat2\ + inotify.0:${PORTSDIR}/devel/libinotify USE_BZIP2= yes USE_XORG= x11 sm xxf86vm xinerama @@ -40,7 +41,7 @@ CONFIGURE_ARGS= --with-libpng=sys\ --enable-mediactrl\ --disable-backtrace\ --enable-graphics_ctx -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"\ +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -linotify"\ PTHREAD_LIBS="${PTHREAD_LIBS}"\ X11BASE="${LOCALBASE}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |