diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2000-07-08 15:21:05 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2000-07-08 15:21:05 +0000 |
commit | 5182fe9eff20824bd08dd3646b3d4dabb3f48e9a (patch) | |
tree | c8154a37d7474c26abbf88b2625148cf07b705a5 | |
parent | 2518ade2db2113a5762a6a5c6f1b4cf993e08850 (diff) | |
download | pkgsrc-5182fe9eff20824bd08dd3646b3d4dabb3f48e9a.tar.gz |
use USE_LIBTOOL and LTCONFIG_OVERRIDE
-rw-r--r-- | converters/psiconv/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
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 |