diff options
author | markd <markd> | 2003-08-24 12:28:57 +0000 |
---|---|---|
committer | markd <markd> | 2003-08-24 12:28:57 +0000 |
commit | ec9df6316e48597002628697b15dd2c074c0a69d (patch) | |
tree | 7401689927ca946a0fd0204136132321dc22ed67 /textproc/scrollkeeper | |
parent | 65501c4acad637aa1717e52f4a821e18c4025edb (diff) | |
download | pkgsrc-ec9df6316e48597002628697b15dd2c074c0a69d.tar.gz |
s/libconfig/libtool/
Diffstat (limited to 'textproc/scrollkeeper')
-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} |