summaryrefslogtreecommitdiff
path: root/print/gnome-print/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-04-10 01:59:14 +0000
committerjlam <jlam>2002-04-10 01:59:14 +0000
commit042b3a6e7aa4f2a67a05a8d8e33089f3835a635e (patch)
treefa61ff29644ce0d3ec7b72e551fe86ae80b86388 /print/gnome-print/Makefile
parentf3b84f53dd67fe973de788f713d3ad29e49ab325 (diff)
downloadpkgsrc-042b3a6e7aa4f2a67a05a8d8e33089f3835a635e.tar.gz
Strongly buildlinkify and use LIBTOOL_OVERRIDE to use the pkgsrc libtool
instead of the package-supplied one.
Diffstat (limited to 'print/gnome-print/Makefile')
-rw-r--r--print/gnome-print/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index 53623f20370..c7f11799a22 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2002/03/27 18:51:51 perry Exp $
+# $NetBSD: Makefile,v 1.47 2002/04/10 01:59:14 jlam Exp $
#
DISTNAME= gnome-print-0.35
@@ -13,16 +13,14 @@ DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
USE_BUILDLINK_ONLY= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs
+CONFIGURE_ARGS+= --without-admin # currently unstable
+
# override HOME to avoid trying to install ${HOME}/.gnome
MAKE_ENV+= HOME=${WRKSRC}
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
.include "../../graphics/freetype2/buildlink.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink.mk"
.include "../../textproc/libunicode/buildlink.mk"