pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/libcomprex nb4: Add missing dependency on ge...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17ca658f2448
branches:  trunk
changeset: 487757:17ca658f2448
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Jan 19 17:35:48 2005 +0000

description:
nb4: Add missing dependency on gettext-lib for platforms that need it.

diffstat:

 archivers/libcomprex/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2b57e5dcd757 -r 17ca658f2448 archivers/libcomprex/Makefile
--- a/archivers/libcomprex/Makefile     Wed Jan 19 17:08:09 2005 +0000
+++ b/archivers/libcomprex/Makefile     Wed Jan 19 17:35:48 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index