diff options
Diffstat (limited to 'print/gnome-print/Makefile')
-rw-r--r-- | print/gnome-print/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index ea30f104a33..ffe00343a8c 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2000/03/24 16:34:54 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2000/04/07 08:43:01 rh Exp $ # -DISTNAME= gnome-print-0.12 +DISTNAME= gnome-print-0.16 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-print/} @@ -17,5 +17,6 @@ USE_LIBTOOL= YES USE_X11BASE= YES LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" +LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" |