summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-22 05:02:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-22 05:02:24 +0000
commit5504e26b7b69f71a0cb7e4baee5ad749c050a11e (patch)
tree1da5fd2457c57bedc98c7a7efccc44d0ab4cbacb /accessibility
parentFreeBSD doesn't use the same method of authenticating passwords that (diff)
Convert to new GNOME infrastructure.
Notes
Notes: svn path=/head/; revision=79439
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/at-spi/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile
index de38a570176c..eb8990efba32 100644
--- a/accessibility/at-spi/Makefile
+++ b/accessibility/at-spi/Makefile
@@ -15,18 +15,14 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= An Assistive Technology Service Provider Interface
-LIB_DEPENDS= gailutil.17:${PORTSDIR}/x11-toolkits/gail \
- bonobo-2.0:${PORTSDIR}/devel/libbonobo
-
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier
+USE_GNOME= gnomeprefix gnomehack gnomehier gail libbonobo
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>