diff options
-rw-r--r-- | accessibility/gail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index f00cb89f5..413c503c9 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gail/Makefile,v 1.42 2006/03/13 23:42:59 mezz Exp $ +# $MCom: ports/accessibility/gail/Makefile,v 1.43 2006/04/13 07:52:29 bland Exp $ # PORTNAME= gail @@ -17,11 +17,11 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An implementation of the ATK interfaces for GTK+ widgets USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes USE_GNOME= gnomehack libgnomecanvas lthack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |