summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-19 17:35:48 +0000
committertv <tv@pkgsrc.org>2005-01-19 17:35:48 +0000
commit0c81501f41774bd686582c2d296388bf71b3cb0a (patch)
tree06254caa364a743bd179dff3691034efc1a0699f /archivers
parent691d3550c7511642378ae7aa5368dbabbac60862 (diff)
downloadpkgsrc-0c81501f41774bd686582c2d296388bf71b3cb0a.tar.gz
nb4: Add missing dependency on gettext-lib for platforms that need it.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/libcomprex/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
index 1eccc73a071..749478f0893 100644
--- a/archivers/libcomprex/Makefile
+++ b/archivers/libcomprex/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2005/01/03 15:59:12 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2005/01/19 17:35:48 tv Exp $
#
DISTNAME= libcomprex-0.3.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupdate/}
@@ -20,5 +20,6 @@ USE_LIBTOOL= YES
CONFIGURE_ENV+= ac_cv_lib_curl_curl_formparse=yes
.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"