diff options
author | markd <markd@pkgsrc.org> | 2003-08-24 12:28:57 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-08-24 12:28:57 +0000 |
commit | 50ab4d71338efff28d3e6c41816dc20183870342 (patch) | |
tree | 7401689927ca946a0fd0204136132321dc22ed67 | |
parent | bc2b3bc75dd648b409615249b7e529e65581d4e7 (diff) | |
download | pkgsrc-50ab4d71338efff28d3e6c41816dc20183870342.tar.gz |
s/libconfig/libtool/
-rw-r--r-- | textproc/scrollkeeper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 3be94a582b1..26c7aa61b70 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 22:54:51 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/08/24 12:28:57 markd Exp $ # DISTNAME= scrollkeeper-0.3.12 @@ -21,7 +21,7 @@ USE_LIBTOOL= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS= --localstatedir=${SCROLLKEEPER_DATADIR} CONFIGURE_ARGS+= --sharedstatedir=${SCROLLKEEPER_DATADIR} |