summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-12 20:33:00 +0000
committerjlam <jlam>2001-06-12 20:33:00 +0000
commitfd84d28d8352059389e91aca8959642a58dc2a4d (patch)
tree154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /x11/kdelibs2
parent080b575bef9ed36b09b664dcbc732e2ae2650944 (diff)
downloadpkgsrc-fd84d28d8352059389e91aca8959642a58dc2a4d.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 'x11/kdelibs2')
-rw-r--r--x11/kdelibs2/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index cff95092096..4dda952d990 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/05/24 22:18:22 skrll Exp $
+# $NetBSD: Makefile,v 1.5 2001/06/12 20:33:10 jlam Exp $
#
DISTNAME= kdelibs-2.1
@@ -11,6 +11,7 @@ DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= qt2-libs>=2.2.4:../../x11/qt2-libs
DEPENDS+= libaudiofile-*:../../audio/libaudiofile
DEPENDS+= jade>=1.2.1:../../textproc/jade
+
.include "../../x11/kde2/Makefile.part2"
USE_LTDL= yes
@@ -22,8 +23,8 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/ksgmltools/ltconfig
DEPENDS+= pcre>=3.4:../../devel/pcre
.endif
-CONFIGURE_ENV+= LIBS="-Wl,--export-dynamic" \
- KJS_USE_PCRE="${KJS_USE_PCRE}"
+CONFIGURE_ENV+= KJS_USE_PCRE="${KJS_USE_PCRE}"
+LIBS= -Wl,--export-dynamic
MKDIRS= share/kde/icons/locolor/32x32/actions/kde \
share/kde/icons/locolor/22x22/mimetypes \