diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-02-23 17:03:48 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-02-23 17:03:48 +0000 |
commit | 4d131d479d4e6697c428b4cd6a0300e218266626 (patch) | |
tree | 2cf3b281ae171fa1b0c76bc46b5a37a62518f35d /www/swish-e/Makefile | |
parent | a79a756f2a4f82e7b93f18b900ec74d72a741da8 (diff) | |
download | pkgsrc-4d131d479d4e6697c428b4cd6a0300e218266626.tar.gz |
Remove the dependency on libiconv. It is needed (and added) by
textproc/libxml2, and the problem I tried to solve by adding it
here was solved in the last commit by adding the missing
USE_BUILDLINK2=yes.
Diffstat (limited to 'www/swish-e/Makefile')
-rw-r--r-- | www/swish-e/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 5632f0adb64..12ddbcd503f 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/02/22 23:05:59 kristerw Exp $ +# $NetBSD: Makefile,v 1.16 2004/02/23 17:03:48 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 @@ -28,7 +28,6 @@ PLIST_SUBST+= LIBSWISH_E="@comment " 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" |