summaryrefslogtreecommitdiff
path: root/graphics
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 /graphics
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 'graphics')
-rw-r--r--graphics/freetype-lib/Makefile.common5
-rw-r--r--graphics/kdegraphics2/Makefile4
-rw-r--r--graphics/magicpoint/Makefile4
-rw-r--r--graphics/xsane/Makefile4
4 files changed, 7 insertions, 10 deletions
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common
index 5b81ccc8453..2ffc22b8000 100644
--- a/graphics/freetype-lib/Makefile.common
+++ b/graphics/freetype-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2001/06/11 06:34:35 jlam Exp $
+# $NetBSD: Makefile.common,v 1.16 2001/06/12 20:33:03 jlam Exp $
DISTNAME= freetype-${FT_VERS}
FT_VERS= 1.3.1
@@ -24,7 +24,4 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/freetype-lib/distinfo
PATCHDIR= ${.CURDIR}/../../graphics/freetype-lib/patches
.include "../../devel/gettext-lib/buildlink.mk"
-
-CONFIGURE_ENV+= LIBS="${LIBS}"
-
.include "../../mk/bsd.pkg.mk"
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"
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile
index 3190b166987..6652c6d937b 100644
--- a/graphics/magicpoint/Makefile
+++ b/graphics/magicpoint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2001/05/24 10:36:00 itojun Exp $
+# $NetBSD: Makefile,v 1.24 2001/06/12 20:33:03 jlam Exp $
DISTNAME= magicpoint-1.08a
CATEGORIES= x11 graphics
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
USE_IMAKE= yes
CONFIGURE_ARGS= --disable-vflib --enable-freetype-charset16 \
--enable-locale
-CONFIGURE_ENV+= LIBS="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lintl" # needed so -lttf works
+LIBS= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lintl # needed so -lttf works
# We need to perform the steps normally done by ``xmkmf -a'' since some
# files need to be created before ``make depend''.
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 7d253cab2bc..8381f5a95f2 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2001/06/11 06:34:38 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2001/06/12 20:33:04 jlam Exp $
#
DISTNAME= xsane-0.72
@@ -32,6 +32,6 @@ USE_X11BASE= YES
LDFLAGS+= -L${PREFIX}/lib/sane -Wl,-R${PREFIX}/lib/sane
CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include
-CONFIGURE_ENV+= LIBS="-lintl"
+LIBS= -lintl
.include "../../mk/bsd.pkg.mk"