summaryrefslogtreecommitdiff
path: root/print/gnome-print
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-10-06 12:44:52 +0000
committerrh <rh@pkgsrc.org>2001-10-06 12:44:52 +0000
commit7e405ac2c24bd9ebb7741e62ba0a249aa1c357af (patch)
tree5ecd0b8fd6bc1a9348f1681f43ff783cfc12df3f /print/gnome-print
parent46204338b7723be7f70a3739cbfb6bbd1ad16939 (diff)
downloadpkgsrc-7e405ac2c24bd9ebb7741e62ba0a249aa1c357af.tar.gz
Pull in libunicode via buildlink.mk. Patches provided in private mail by
Eric Gillespie <epg@pretzelnet.org>
Diffstat (limited to 'print/gnome-print')
-rw-r--r--print/gnome-print/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index ca855ac86bb..ef2ab5e2dea 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2001/10/01 07:04:03 rh Exp $
+# $NetBSD: Makefile,v 1.41 2001/10/06 12:44:52 rh Exp $
#
DISTNAME= gnome-print-0.29
@@ -9,14 +9,13 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
COMMENT= Prototype implementation of the Gnome Printing Architecture
-DEPENDS+= libunicode>=0.4:../../textproc/libunicode
DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
-USE_X11BASE= yes
-USE_LIBTOOL= yes
+USE_BUILDLINK_ONLY= YES
+USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= YES
CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs
# override HOME to avoid trying to install ${HOME}/.gnome
MAKE_ENV+= HOME=${WRKSRC}
@@ -25,5 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include "../../graphics/gdk-pixbuf-gnome/buildlink.mk"
+.include "../../textproc/libunicode/buildlink.mk"
.include "../../textproc/libxml/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"