summaryrefslogtreecommitdiffstats
path: root/accessibility/gail
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-24 06:21:28 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-24 06:21:28 +0800
commit7b6403cf257eb68c094b91e9f5101a175f6151ac (patch)
treed9e68ab7fe31dd76784f7ccd2f382c68b50c816e /accessibility/gail
parent59286ba7908fbba77446b9c23768992a6f02ccc7 (diff)
downloadmarcuscom-ports-7b6403cf257eb68c094b91e9f5101a175f6151ac.tar
marcuscom-ports-7b6403cf257eb68c094b91e9f5101a175f6151ac.tar.gz
marcuscom-ports-7b6403cf257eb68c094b91e9f5101a175f6151ac.tar.bz2
marcuscom-ports-7b6403cf257eb68c094b91e9f5101a175f6151ac.tar.lz
marcuscom-ports-7b6403cf257eb68c094b91e9f5101a175f6151ac.tar.xz
marcuscom-ports-7b6403cf257eb68c094b91e9f5101a175f6151ac.tar.zst
marcuscom-ports-7b6403cf257eb68c094b91e9f5101a175f6151ac.zip
portlint:
-Add USE_GETTEXT. -Remove USE_REINPLACE. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6110 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gail')
-rw-r--r--accessibility/gail/Makefile4
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"