diff options
Diffstat (limited to 'textproc/scrollkeeper/Makefile')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index eb08e7f47e4..de109842dfb 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/04/03 20:38:35 rh Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/28 16:37:05 jlam Exp $ # DISTNAME= scrollkeeper-0.2 @@ -12,14 +12,18 @@ HOMEPAGE= http://scrollkeeper.sourceforge.net/ COMMENT= Open Document Cataloging Project BUILD_USES_MSGFMT= yes -DEPENDS+= libxml>=1.8.9:../../textproc/libxml - -GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBINTL= yes USE_X11BASE= yes +USE_BUILDLINK2= yes + +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var CONFIGURE_ARGS+= --sharedstatedir=${X11PREFIX}/var +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../textproc/libxml/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |