diff options
Diffstat (limited to 'x11/workrave/Makefile')
-rw-r--r-- | x11/workrave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index 72e8e2db6f7b..8a53b125c2df 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -14,14 +14,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kwm@rainbow-runner.nl COMMENT= A Gnome RSI prevention tool -LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \ - gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm \ +LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \ gnet-2.0.0:${PORTSDIR}/net/gnet2 BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gconf2 +USE_GCC= 3.3 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |