summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrh <rh>2001-10-06 12:44:52 +0000
committerrh <rh>2001-10-06 12:44:52 +0000
commit55d77d73c2ae53c3c137b815c83cc94996a38f38 (patch)
tree5ecd0b8fd6bc1a9348f1681f43ff783cfc12df3f /print
parenta5a14c88dd65762ec79235f9f7cb5859ce1b9e10 (diff)
downloadpkgsrc-55d77d73c2ae53c3c137b815c83cc94996a38f38.tar.gz
Pull in libunicode via buildlink.mk. Patches provided in private mail by
Eric Gillespie <epg@pretzelnet.org>
Diffstat (limited to '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"