diff options
Diffstat (limited to 'x11-fm/workplace/Makefile')
-rw-r--r-- | x11-fm/workplace/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index 65e14cd..dc78848 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -8,15 +8,18 @@ PORTNAME= workplace PORTVERSION= 1.0.a3 CATEGORIES= x11-fm -MASTER_SITES= http://www2.osk.3web.ne.jp/~hideki70/src/ +MASTER_SITES= http://people.freebsd.org/~trevor/ports/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= trevor@FreeBSD.org -LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 +BROKEN= "patches are not yet correct" + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GNU_CONFIGURE= yes USE_X_PREFIX= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/gtk10" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \ + -I${X11BASE}/include/gtk12" \ LIBS="-L${LOCALBASE}/lib" pre-configure: |