diff options
Diffstat (limited to 'converters/psiconv/Makefile')
-rw-r--r-- | converters/psiconv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index 0e3cd454f36..92652eb9f43 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/02/14 17:21:35 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/12 09:17:00 xtraeme Exp $ # DISTNAME= psiconv-0.8.3 @@ -10,7 +10,7 @@ MAINTAINER= sakamoto@NetBSD.org HOMEPAGE= http://huizen.dds.nl/~frodol/psiconv/ COMMENT= PSION 5 file format data conversion utilities -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES @@ -24,5 +24,5 @@ post-install: ${INSTALL_DATA} $${file} ${DOCDIR}; \ done -.include "../../graphics/ImageMagick/buildlink2.mk" +.include "../../graphics/ImageMagick/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |