summaryrefslogtreecommitdiff
path: root/converters/psiconv
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-12 20:33:00 +0000
committerjlam <jlam>2001-06-12 20:33:00 +0000
commit5219bc3cc8b557d12cd318cf81b5452c4749021e (patch)
tree154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /converters/psiconv
parent922b2021ce419c500817dc9b7bec08dac0dbbfa2 (diff)
downloadpkgsrc-5219bc3cc8b557d12cd318cf81b5452c4749021e.tar.gz
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
Diffstat (limited to 'converters/psiconv')
-rw-r--r--converters/psiconv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile
index e7b181c3f99..8ac6f2ff0ef 100644
--- a/converters/psiconv/Makefile
+++ b/converters/psiconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/06/11 06:34:22 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2001/06/12 20:33:02 jlam Exp $
#
DISTNAME= psiconv-0.6.1
@@ -21,8 +21,8 @@ USE_X11= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= LIBS="${LIBS} `${MAGICK_CONFIG} --libs`"
-CPPFLAGS+= `${MAGICK_CONFIG} --cppflags` -DIMAGEMAGICK"
+CPPFLAGS+= `${MAGICK_CONFIG} --cppflags` -DIMAGEMAGICK
+LIBS+= `${MAGICK_CONFIG} --libs`
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/psiconv