diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-03-01 23:14:35 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-03-01 23:14:35 +0000 |
commit | af43c7627f274d240a7e90a65b53354ca21ab8ba (patch) | |
tree | 6c19f0b23cc9ccdc5ab3a7b2e6751519717fa6ce /textproc/opensp | |
parent | f51aa79542768cd472947b07d31140a9639d2756 (diff) | |
download | pkgsrc-af43c7627f274d240a7e90a65b53354ca21ab8ba.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 \ |