diff options
author | adamw <adamw@FreeBSD.org> | 2004-02-25 16:17:04 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-02-25 16:17:04 +0800 |
commit | 482414ff2d28f0fc88b1b0bd012c13b135907f8a (patch) | |
tree | 9581d063d7e4557448a9260055d61050b09f7b63 /accessibility/at-spi/Makefile | |
parent | eeedbdfbc05362eff8fa651d4b014dff64fea258 (diff) | |
download | freebsd-ports-gnome-482414ff2d28f0fc88b1b0bd012c13b135907f8a.tar.gz freebsd-ports-gnome-482414ff2d28f0fc88b1b0bd012c13b135907f8a.tar.zst freebsd-ports-gnome-482414ff2d28f0fc88b1b0bd012c13b135907f8a.zip |
Update to 1.3.13.
Diffstat (limited to 'accessibility/at-spi/Makefile')
-rw-r--r-- | accessibility/at-spi/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index a26db29e7fad..f9d2870b4c45 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= at-spi -PORTVERSION= 1.3.12 +PORTVERSION= 1.3.13 CATEGORIES= accessibility x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 @@ -17,12 +17,16 @@ COMMENT= An Assistive Technology Service Provider Interface USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo +USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo lthack intlhack USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" ${WRKSRC}/Makefile.in + .include <bsd.port.mk> |