diff options
author | snj <snj> | 2004-04-19 04:53:58 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-19 04:53:58 +0000 |
commit | cd4cea3e4330b1c4a169ad8b1cd3058f1d8acb51 (patch) | |
tree | a285b4c763a9339088a7c9998af398a50cec6645 /www/swish-e/Makefile | |
parent | 4871d1ffaa3f7710ade09baa6ba2cf2c929289a2 (diff) | |
download | pkgsrc-cd4cea3e4330b1c4a169ad8b1cd3058f1d8acb51.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/swish-e/Makefile')
-rw-r--r-- | www/swish-e/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 12ddbcd503f..acce7905523 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/23 17:03:48 kristerw Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/19 04:53:58 snj 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 @@ -10,7 +10,7 @@ MAINTAINER= dotz@irc.pl HOMEPAGE= http://swish-e.org/ COMMENT= Simple web indexing for humans - enhanced -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes @@ -28,8 +28,8 @@ PLIST_SUBST+= LIBSWISH_E="@comment " PLIST_SUBST+= LIBSWISH_E= .endif -.include "../../devel/pcre/buildlink2.mk" -.include "../../devel/zlib/buildlink2.mk" -.include "../../textproc/libxml2/buildlink2.mk" +.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |