summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-05-13 01:15:01 +0000
committerwiz <wiz@pkgsrc.org>2000-05-13 01:15:01 +0000
commit06372dfe3318914c4d7f63383ed2cb221cb5ad7f (patch)
treeddbe614438e46f44d454f14e7909d1c26088fcfd /converters
parentecf051803ebced2cfe01510a4a6833011b0a12d3 (diff)
downloadpkgsrc-06372dfe3318914c4d7f63383ed2cb221cb5ad7f.tar.gz
fix the obvious getopt-problem (on -current)
XXX: still doesn't compile, since it uses the old 4.x ImageMagick API, which in this case is incompatible to the 5.x one.
Diffstat (limited to 'converters')
-rw-r--r--converters/psiconv/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile
index 0b3ab7e3de9..007fda486d5 100644
--- a/converters/psiconv/Makefile
+++ b/converters/psiconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/05/01 14:22:04 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2000/05/13 01:15:01 wiz Exp $
#
DISTNAME= psiconv-0.6.1
@@ -10,6 +10,7 @@ HOMEPAGE= http://huizen.dds.nl/~frodol/psiconv/
.if !exists(/usr/include/getopt.h)
DEPENDS+= libgetopt-[0-9]*:../../devel/libgetopt
+LIBS= -lgetopt
.endif
DEPENDS+= ImageMagick-*:../../graphics/ImageMagick
@@ -19,7 +20,7 @@ USE_X11= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="`${MAGICK_CONFIG} --cppflags` -DIMAGEMAGICK" \
- LIBS="-lgetopt `${MAGICK_CONFIG} --libs`"
+ LIBS="${LIBS} `${MAGICK_CONFIG} --libs`"
post-configure:
@${RM} -f ${WRKSRC}/libtool