diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-13 04:15:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-13 04:15:09 +0800 |
commit | bdc0cee40617474ff310c12a494b63ebc8695b90 (patch) | |
tree | e52420ad0b145354a3a6fa074a4486bdcd9d1275 /accessibility/atk/Makefile | |
parent | 329bf82d5ab0ac9bb1213160a2ee86b3ba63ddf8 (diff) | |
download | marcuscom-ports-bdc0cee40617474ff310c12a494b63ebc8695b90.tar marcuscom-ports-bdc0cee40617474ff310c12a494b63ebc8695b90.tar.gz marcuscom-ports-bdc0cee40617474ff310c12a494b63ebc8695b90.tar.bz2 marcuscom-ports-bdc0cee40617474ff310c12a494b63ebc8695b90.tar.lz marcuscom-ports-bdc0cee40617474ff310c12a494b63ebc8695b90.tar.xz marcuscom-ports-bdc0cee40617474ff310c12a494b63ebc8695b90.tar.zst marcuscom-ports-bdc0cee40617474ff310c12a494b63ebc8695b90.zip |
Add ltverhack to normalize the shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4480 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 fcc78ddf9..5375c1e7c 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/atk/Makefile,v 1.52 2005/06/28 05:39:56 adamw Exp $ +# $MCom: ports/accessibility/atk/Makefile,v 1.53 2005/07/01 17:52:47 marcus Exp $ # PORTNAME= atk PORTVERSION= 1.10.1 +PORTREVISION= 1 CATEGORIES= accessibility devel MASTER_SITES= ${MASTER_SITE_GNOME} \ ftp://ftp.gtk.org/pub/gtk/v2.6/ @@ -20,7 +21,7 @@ COMMENT= A GNOME accessibility toolkit (ATK) USE_BZIP2= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack glib20 +USE_GNOME= gnomehack glib20 ltverhack CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc |