diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /accessibility/gail/Makefile | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Notes
Diffstat (limited to 'accessibility/gail/Makefile')
-rw-r--r-- | accessibility/gail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index 578da3a4fa56..1631f6de61c0 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gail/Makefile,v 1.57 2007/03/12 13:34:38 ahze Exp $ +# $MCom: ports/accessibility/gail/Makefile,v 1.67 2007/10/15 13:36:14 ahze Exp $ # PORTNAME= gail -PORTVERSION= 1.18.0 -PORTREVISION?= 1 +PORTVERSION= 1.20.1 +PORTREVISION?= 0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -26,7 +26,7 @@ USE_XLIB= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack ltverhack libgnomecanvas lthack referencehack +USE_GNOME= gnomehack ltverhack gtk20 lthack referencehack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gtk-doc \ |