diff options
-rw-r--r-- | devel/atk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile index c2b63c90345..ee11fc5ebce 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/02/14 18:26:27 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2004/03/15 18:20:28 jlam Exp $ # DISTNAME= atk-1.4.1 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= atk.pc.in CONFIGURE_ARGS+= --enable-gtk-doc=no -CONFIGURE_ARGS+= --with-html-dir="${LOCALBASE}/share/doc/html" +CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc/html" # glib-mkenums overflows a 2048kb stack on atkobject.h UNLIMIT_RESOURCES= stacksize |