diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-11 17:44:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-11 17:44:39 +0000 |
commit | 9117301607b44c4311c6a70486bb4bbfc953bad1 (patch) | |
tree | e5df552ab7775646a6c4e32e68ef6a2fed3d777e /devel/gettext/Makefile | |
parent | 9e1c027dd9b9fc6f96b523b1f1e0a56b0a257fb9 (diff) | |
download | pkgsrc-9117301607b44c4311c6a70486bb4bbfc953bad1.tar.gz |
Remove localestatedir fragment, it gets handled properly automatically.
Fix pkglint warning for SHLIBTOOL.
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r-- | devel/gettext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index b97bbb548d7..7ff5d41083c 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/02/11 17:18:17 joerg Exp $ +# $NetBSD: Makefile,v 1.68 2006/02/11 17:44:39 joerg Exp $ DISTNAME= gettext-0.14.5 CATEGORIES= devel @@ -15,7 +15,7 @@ BUILDLINK_DEPENDS.gettext+= gettext-lib>=0.14.5 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes -SHLIBTOOL_OVERRIDE= libtool +SHLIBTOOL_OVERRIDE+= libtool CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ENV+= GCJ= ac_cv_prog_GCJ= |