summaryrefslogtreecommitdiff
path: root/converters/fribidi/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-02-15 20:01:11 +0000
committerwiz <wiz@pkgsrc.org>2004-02-15 20:01:11 +0000
commita59c55175ddea5d8823b008d90ae3ee5cf9dac99 (patch)
tree62701fe0c333c987b2663d222f3bb3b101eabce0 /converters/fribidi/Makefile
parentf63bacc39212bda5fd903053b1fe7cc32e088269 (diff)
downloadpkgsrc-a59c55175ddea5d8823b008d90ae3ee5cf9dac99.tar.gz
Convert to buildlink3.
Diffstat (limited to 'converters/fribidi/Makefile')
-rw-r--r--converters/fribidi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile
index 622c02b168d..fa37c6550a0 100644
--- a/converters/fribidi/Makefile
+++ b/converters/fribidi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/14 18:26:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/15 20:01:11 wiz Exp $
#
DISTNAME= fribidi-0.10.4
@@ -10,7 +10,7 @@ MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://fribidi.sourceforge.net/
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
@@ -18,5 +18,5 @@ PKGCONFIG_OVERRIDE= fribidi.pc.in
TEST_TARGET= check
-.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"