diff options
-rw-r--r-- | print/gnome-print/Makefile | 11 |
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" |