summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-12 20:33:00 +0000
committerjlam <jlam@pkgsrc.org>2001-06-12 20:33:00 +0000
commit328a35f96fe7ec11093e3847c0943eb3a41f2b51 (patch)
tree154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /misc
parent8848ee6991e29c3c0d97e1c89906ee2b34645484 (diff)
downloadpkgsrc-328a35f96fe7ec11093e3847c0943eb3a41f2b51.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 'misc')
-rw-r--r--misc/kdeutils2/Makefile4
-rw-r--r--misc/koffice/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/kdeutils2/Makefile b/misc/kdeutils2/Makefile
index 7da84b8dad6..9dfe4116502 100644
--- a/misc/kdeutils2/Makefile
+++ b/misc/kdeutils2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 16:05:41 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/12 20:33:05 jlam Exp $
#
DISTNAME= kdeutils-2.1
@@ -10,6 +10,6 @@ DEPENDS+= kdebase-2.1:../../x11/kdebase2
.include "../../x11/kde2/Makefile.part2"
-CONFIGURE_ENV+= LIBS="-Wl,--export-dynamic"
+LIBS= -Wl,--export-dynamic
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile
index ba7f554abfd..e5df531c93e 100644
--- a/misc/koffice/Makefile
+++ b/misc/koffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/04/09 12:00:28 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/06/12 20:33:05 jlam Exp $
DISTNAME= koffice-2.0.1
PKGNAME= koffice-1.0.1
@@ -16,6 +16,6 @@ DEPENDS+= kdebase-2.1:../../x11/kdebase2
.include "../../x11/kde2/Makefile.part2"
-CONFIGURE_ENV+= LIBS="-Wl,-export-dynamic"
+LIBS= -Wl,-export-dynamic
.include "../../mk/bsd.pkg.mk"