diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 05:02:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 05:02:24 +0000 |
commit | 5504e26b7b69f71a0cb7e4baee5ad749c050a11e (patch) | |
tree | 1da5fd2457c57bedc98c7a7efccc44d0ab4cbacb /accessibility | |
parent | 2dc75ff13e6da2506ef34b2a8502a37940c13743 (diff) | |
download | ports-5504e26b7b69f71a0cb7e4baee5ad749c050a11e.tar.gz ports-5504e26b7b69f71a0cb7e4baee5ad749c050a11e.zip |
Convert to new GNOME infrastructure.
Notes
Notes:
svn path=/head/; revision=79439
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi/Makefile | 6 |
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> |