From b20f1f34202f4f345bfa59d5cea8cae84dc56e84 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Sat, 8 Jul 2000 15:21:05 +0000 Subject: [PATCH] use USE_LIBTOOL and LTCONFIG_OVERRIDE --- converters/psiconv/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index f1cd21c5604e..4a6240abc535 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/05/13 01:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:17 rh Exp $ # DISTNAME= psiconv-0.6.1 @@ -17,15 +17,12 @@ DEPENDS+= ImageMagick-*:../../graphics/ImageMagick MAGICK_CONFIG= ${LOCALBASE}/bin/Magick-config USE_X11= YES -USE_PKGLIBTOOL= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="`${MAGICK_CONFIG} --cppflags` -DIMAGEMAGICK" \ LIBS="${LIBS} `${MAGICK_CONFIG} --libs`" -post-configure: - @${RM} -f ${WRKSRC}/libtool - @${LN} -s ${LIBTOOL} ${WRKSRC}/libtool - post-install: ${MKDIR} ${PREFIX}/share/doc/psiconv .for file in ascii html html4 -- 2.41.0