pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/swish-e Add dependency on converters/libiconv.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1cae3663a15
branches:  trunk
changeset: 469402:e1cae3663a15
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Feb 22 23:05:59 2004 +0000

description:
Add dependency on converters/libiconv.
Bump PKGREVISION.

diffstat:

 www/swish-e/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 967dfa4aef96 -r e1cae3663a15 www/swish-e/Makefile
--- a/www/swish-e/Makefile      Sun Feb 22 22:30:12 2004 +0000
+++ b/www/swish-e/Makefile      Sun Feb 22 23:05:59 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2004/02/14 17:21:54 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/22 23:05:59 kristerw Exp $
 # FreeBSD Id: ports/www/swish-e/Makefile,v 1.3 1999/08/31 02:43:18 peter Exp
 
 DISTNAME=      swish-e-2.4.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www textproc
 MASTER_SITES=  http://swish-e.org/Download/
 
@@ -10,6 +10,7 @@
 HOMEPAGE=      http://swish-e.org/
 COMMENT=       Simple web indexing for humans - enhanced
 
+USE_BUILDLINK2=        yes
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
@@ -27,6 +28,7 @@
 PLIST_SUBST+=  LIBSWISH_E=
 .endif
 
+.include "../../converters/libiconv/buildlink2.mk"
 .include "../../devel/pcre/buildlink2.mk"
 .include "../../devel/zlib/buildlink2.mk"
 .include "../../textproc/libxml2/buildlink2.mk"



Home | Main Index | Thread Index | Old Index