diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-21 10:23:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-21 10:23:13 +0800 |
commit | b2576bffadce72d2a87b282920e39a15ee54007b (patch) | |
tree | 4fbc406008cb350702c561ee4ae7a31026070027 /accessibility/at-spi/Makefile | |
parent | 06d42158b295eebf81a38d600015f5260fbdc4ab (diff) | |
download | marcuscom-ports-b2576bffadce72d2a87b282920e39a15ee54007b.tar marcuscom-ports-b2576bffadce72d2a87b282920e39a15ee54007b.tar.gz marcuscom-ports-b2576bffadce72d2a87b282920e39a15ee54007b.tar.bz2 marcuscom-ports-b2576bffadce72d2a87b282920e39a15ee54007b.tar.lz marcuscom-ports-b2576bffadce72d2a87b282920e39a15ee54007b.tar.xz marcuscom-ports-b2576bffadce72d2a87b282920e39a15ee54007b.tar.zst marcuscom-ports-b2576bffadce72d2a87b282920e39a15ee54007b.zip |
Update to 1.5.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2517 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi/Makefile')
-rw-r--r-- | accessibility/at-spi/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 6156fe3f6..79aa7b230 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= at-spi -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 @@ -17,10 +17,11 @@ COMMENT= An Assistive Technology Service Provider Interface USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo lthack intlhack +USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo \ + intlhack USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |