diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 2 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 4 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index e6cb9f8bc..cad18c08c 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -23,7 +23,7 @@ COMMENT= A free and portable TrueType font rendering engine USE_BZIP2= yes USE_GMAKE= yes MAKE_ENV= TOP="" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget pkgconfig LIBTOOLFILES= builds/unix/configure diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 32ba78563..cb8c3b33a 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/print/gnome-print/Makefile,v 1.1 2006/07/25 17:01:52 mezz Exp $ # PORTNAME= gnome-print @@ -31,7 +31,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas USE_GETTEXT= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 721e35340..26c687c30 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/print/libgnomeprint/Makefile,v 1.56 2006/07/23 01:24:05 mezz Exp $ # PORTNAME= libgnomeprint @@ -30,7 +30,7 @@ USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ libartlgpl2 ltverhack USE_GETTEXT= yes USE_XLIB= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |