diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 06:46:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 06:46:23 +0800 |
commit | 0c0bc0817381d988823d36185863bd555cd37740 (patch) | |
tree | 5733a8e5b71f23136487f800433f3d85de43b778 /accessibility | |
parent | 8ea1a4a1a6f6538cf84a7389ed34303ce9affc0c (diff) | |
download | marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar.gz marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar.bz2 marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar.lz marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar.xz marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.tar.zst marcuscom-ports-0c0bc0817381d988823d36185863bd555cd37740.zip |
Convert to new GNOME infrastructure.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@564 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/atk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 1c97f8dfc..34353ed07 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -16,13 +16,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME accessibility toolkit (ATK) -LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 - USE_BZIP2= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack glib20 CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc |