diff options
Diffstat (limited to 'converters/psiconv/Makefile')
-rw-r--r-- | converters/psiconv/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index 4eddbfe1f4c..a39c05b404d 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2002/03/13 17:36:44 fredb Exp $ +# $NetBSD: Makefile,v 1.18 2002/09/10 12:35:07 markd Exp $ # DISTNAME= psiconv-0.8.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= converters MASTER_SITES= http://huizen.dds.nl/~frodol/psiconv/ @@ -10,8 +10,9 @@ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://huizen.dds.nl/~frodol/psiconv/ COMMENT= PSION 5 file format data conversion utilities -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_LIBTOOL= YES +USE_X11= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES CPPFLAGS+= -DIMAGEMAGICK @@ -24,6 +25,5 @@ post-install: ${INSTALL_DATA} $${file} ${DOCDIR}; \ done -.include "../../graphics/ImageMagick/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../graphics/ImageMagick/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |