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 | fe1763056822027050f61cd72e99a6b4fcd09483 (patch) | |
tree | b58a0ede9d8a0e53bc03cd0f02371368639506e8 /archivers | |
parent | 9af416c16b183c45968222cf5aa900f1c9ea29b9 (diff) | |
download | pkgsrc-fe1763056822027050f61cd72e99a6b4fcd09483.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" |