diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-12 13:25:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-12 13:25:14 +0000 |
commit | f5ce82adec5673a322c9ed04a6f798258492a4e5 (patch) | |
tree | b58a0ede9d8a0e53bc03cd0f02371368639506e8 /archivers | |
parent | e6beedb8a9008541d87726d57767037cd20d73d2 (diff) | |
download | pkgsrc-f5ce82adec5673a322c9ed04a6f798258492a4e5.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libcomprex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 938e4e698ae..d95b2afde71 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/08/10 20:56:10 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/01/12 13:25:14 joerg Exp $ DISTNAME= libcomprex-0.3.3 CATEGORIES= archivers @@ -15,6 +15,7 @@ USE_TOOLS+= pkg-config USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE= libcomprex.pc.in GNU_CONFIGURE= yes +BROKEN_GETTEXT_DETECTION= yes CONFIGURE_ENV+= ac_cv_lib_curl_curl_formparse=yes .include "../../archivers/bzip2/buildlink3.mk" |