summaryrefslogtreecommitdiff
path: root/misc/koffice
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/koffice
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/koffice')
-rw-r--r--misc/koffice/Makefile4
1 files changed, 2 insertions, 2 deletions
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"