summaryrefslogtreecommitdiff
path: root/converters/psiconv/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-23 20:39:21 +0000
committerjlam <jlam@pkgsrc.org>2002-09-23 20:39:21 +0000
commita8a2f3e6352bd1c127bea816ba3fa565e01c9af3 (patch)
treecaf9310a69046bd77ede900e683fd2e2f682c8a5 /converters/psiconv/Makefile
parent569f4d898d45b159a05afc557085bc1f6f67550f (diff)
downloadpkgsrc-a8a2f3e6352bd1c127bea816ba3fa565e01c9af3.tar.gz
Don't add -rpath to the libtool command used to create the uninstalled
libcompat.la, as that makes libtool think that package will be installed. This was causing libpsiconv.la to depend on libcompat.la, even though the latter was never installed. Bump the PKGREVISION.
Diffstat (limited to 'converters/psiconv/Makefile')
-rw-r--r--converters/psiconv/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile
index a39c05b404d..b74b3e9a9eb 100644
--- a/converters/psiconv/Makefile
+++ b/converters/psiconv/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2002/09/10 12:35:07 markd Exp $
+# $NetBSD: Makefile,v 1.19 2002/09/23 20:39:21 jlam Exp $
#
DISTNAME= psiconv-0.8.2
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= converters
MASTER_SITES= http://huizen.dds.nl/~frodol/psiconv/
@@ -11,12 +11,14 @@ HOMEPAGE= http://huizen.dds.nl/~frodol/psiconv/
COMMENT= PSION 5 file format data conversion utilities
USE_BUILDLINK2= YES
-USE_LIBTOOL= YES
USE_X11= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
GNU_CONFIGURE= YES
CPPFLAGS+= -DIMAGEMAGICK
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
DOCDIR= ${PREFIX}/share/doc/psiconv
post-install: