diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-22 10:45:30 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-22 10:45:30 +0800 |
commit | a992be6425d87903b7ea347606aabaf98bba3493 (patch) | |
tree | 4a0af35596f37ebebdc6fa5b6c92460505e12c90 /accessibility/atk/Makefile | |
parent | 48c5092125ef384931655be025096ca9093d22f8 (diff) | |
download | marcuscom-ports-a992be6425d87903b7ea347606aabaf98bba3493.tar marcuscom-ports-a992be6425d87903b7ea347606aabaf98bba3493.tar.gz marcuscom-ports-a992be6425d87903b7ea347606aabaf98bba3493.tar.bz2 marcuscom-ports-a992be6425d87903b7ea347606aabaf98bba3493.tar.lz marcuscom-ports-a992be6425d87903b7ea347606aabaf98bba3493.tar.xz marcuscom-ports-a992be6425d87903b7ea347606aabaf98bba3493.tar.zst marcuscom-ports-a992be6425d87903b7ea347606aabaf98bba3493.zip |
- Update to 1.12.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7111 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r-- | accessibility/atk/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 09452d537..7c3ac3bd5 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -2,13 +2,13 @@ # Date Created: 14 May 2001 # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # -# $FreeBSD: ports/accessibility/atk/Makefile,v 1.47 2006/05/31 22:18:41 mezz Exp $ -# $MCom: ports/accessibility/atk/Makefile,v 1.70 2006/07/10 20:53:29 ahze Exp $ +# $FreeBSD$ +# $MCom: ports/accessibility/atk/Makefile,v 1.71 2006/07/29 18:46:19 marcus Exp $ # PORTNAME= atk -PORTVERSION= 1.12.1 -PORTREVISION?= 1 +PORTVERSION= 1.12.2 +PORTREVISION?= 2 CATEGORIES= accessibility devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -22,7 +22,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) USE_GETTEXT= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack referencehack CONFIGURE_ARGS= --enable-static \ |