diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-21 18:34:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-21 18:34:11 +0800 |
commit | 21a5518bdbe7a4ee45df980b5d19b0b9176462af (patch) | |
tree | a62250667ccd334b1f596515963542da0ffcf168 /accessibility/atk/Makefile | |
parent | 8b9675b73532c40dda31634499bd73c792fbc9cd (diff) | |
download | marcuscom-ports-21a5518bdbe7a4ee45df980b5d19b0b9176462af.tar marcuscom-ports-21a5518bdbe7a4ee45df980b5d19b0b9176462af.tar.gz marcuscom-ports-21a5518bdbe7a4ee45df980b5d19b0b9176462af.tar.bz2 marcuscom-ports-21a5518bdbe7a4ee45df980b5d19b0b9176462af.tar.lz marcuscom-ports-21a5518bdbe7a4ee45df980b5d19b0b9176462af.tar.xz marcuscom-ports-21a5518bdbe7a4ee45df980b5d19b0b9176462af.tar.zst marcuscom-ports-21a5518bdbe7a4ee45df980b5d19b0b9176462af.zip |
Update to 1.29.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13272 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r-- | accessibility/atk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 0e12c95aa..4d5d1b7d1 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/accessibility/atk/Makefile,v 1.100 2009/12/08 18:55:42 kwm Exp $ # PORTNAME= atk -PORTVERSION= 1.29.3 +PORTVERSION= 1.29.4 PORTREVISION?= 0 CATEGORIES= accessibility devel MASTER_SITES= GNOME @@ -21,6 +21,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) USE_GETTEXT= yes +USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 USE_GNOME= gnomehack glib20 ltverhack referencehack |