summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics2
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 /graphics/kdegraphics2
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 'graphics/kdegraphics2')
-rw-r--r--graphics/kdegraphics2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile
index b870cc5b9a1..34559698972 100644
--- a/graphics/kdegraphics2/Makefile
+++ b/graphics/kdegraphics2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 16:10:41 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/12 20:33:03 jlam Exp $
#
DISTNAME= kdegraphics-2.1
@@ -15,6 +15,6 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/kdvi/kpathsea/ltconfig
.include "../../x11/kde2/Makefile.part2"
-CONFIGURE_ENV+= LIBS="-Wl,--export-dynamic"
+LIBS= -Wl,--export-dynamic
.include "../../mk/bsd.pkg.mk"