diff options
author | vs <vs@FreeBSD.org> | 2004-07-19 15:39:42 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-19 15:39:42 +0800 |
commit | 30260058978adf385f8a45487e50ef38a66301d2 (patch) | |
tree | 13ee3d0f985afe915b255b2f4c2fdefd95513f47 /x11/workrave | |
parent | 424d471ca447f66dbe4b10d408ec5e127c6023a1 (diff) | |
download | freebsd-ports-gnome-30260058978adf385f8a45487e50ef38a66301d2.tar.gz freebsd-ports-gnome-30260058978adf385f8a45487e50ef38a66301d2.tar.zst freebsd-ports-gnome-30260058978adf385f8a45487e50ef38a66301d2.zip |
Update workrave to use the new gtkmm26 stuff.
PR: ports/69052
Submitted by: Koop Mast (maintainer)
Diffstat (limited to 'x11/workrave')
-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" |