diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-21 12:55:28 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-21 12:55:28 +0800 |
commit | 548d22e7fbe4c8a01bbbe91e0b3752aa70c5a107 (patch) | |
tree | bf0b788cc9de33938da0c68fcde5e860b35f5483 /accessibility/at-spi | |
parent | b02981bc40015e0110c61005ca3cda38767ecfd3 (diff) | |
download | marcuscom-ports-548d22e7fbe4c8a01bbbe91e0b3752aa70c5a107.tar marcuscom-ports-548d22e7fbe4c8a01bbbe91e0b3752aa70c5a107.tar.gz marcuscom-ports-548d22e7fbe4c8a01bbbe91e0b3752aa70c5a107.tar.bz2 marcuscom-ports-548d22e7fbe4c8a01bbbe91e0b3752aa70c5a107.tar.lz marcuscom-ports-548d22e7fbe4c8a01bbbe91e0b3752aa70c5a107.tar.xz marcuscom-ports-548d22e7fbe4c8a01bbbe91e0b3752aa70c5a107.tar.zst marcuscom-ports-548d22e7fbe4c8a01bbbe91e0b3752aa70c5a107.zip |
Add USE_GETTEXT.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5717 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi')
-rw-r--r-- | accessibility/at-spi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 67c2412e7..07b743b17 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/at-spi/Makefile,v 1.34 2006/02/17 23:32:10 marcus Exp $ +# $MCom: ports/accessibility/at-spi/Makefile,v 1.35 2006/02/21 04:54:59 marcus Exp $ # PORTNAME= at-spi @@ -17,6 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An Assistive Technology Service Provider Interface USE_BZIP2= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo \ intlhack |