From 5182fe9eff20824bd08dd3646b3d4dabb3f48e9a Mon Sep 17 00:00:00 2001 From: sakamoto Date: Sat, 8 Jul 2000 15:21:05 +0000 Subject: use USE_LIBTOOL and LTCONFIG_OVERRIDE --- converters/psiconv/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'converters/psiconv') diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index b050d7cfa73..b73e3be40cd 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:17 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/07/08 15:21:05 sakamoto 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 -- cgit v1.2.3