diff options
author | dmcmahill <dmcmahill> | 2005-03-01 23:14:35 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2005-03-01 23:14:35 +0000 |
commit | 33f687523e2a92e3e45bb56ac6fed073d704c926 (patch) | |
tree | 6c19f0b23cc9ccdc5ab3a7b2e6751519717fa6ce /textproc/opensp | |
parent | a04eb91f5437d6bfe165fe7c1a29e4381881fb3b (diff) | |
download | pkgsrc-33f687523e2a92e3e45bb56ac6fed073d704c926.tar.gz |
add missing USE_PKGLOCALEDIR
Diffstat (limited to 'textproc/opensp')
-rw-r--r-- | textproc/opensp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index c4e85d904e0..0072532244d 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/02/21 20:26:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.24 2005/03/01 23:14:35 dmcmahill Exp $ # DISTNAME= OpenSP-1.5.1 @@ -17,6 +17,7 @@ USE_BUILDLINK3= yes USE_PERL5= build USE_LIBTOOL= yes PTHREAD_OPTS+= require +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-http \ |