summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-15 00:56:24 +0000
committerclsung <clsung@FreeBSD.org>2006-08-15 00:56:24 +0000
commit51d26e0da39f42ca64d24ee47bbc95dd85b86465 (patch)
tree8e2075edd2fc103eee90cbf4de38f622070051f0 /print
parent75455100c07ad234f615ac4a2ba590ee13694198 (diff)
downloadFreeBSD-ports-51d26e0da39f42ca64d24ee47bbc95dd85b86465.zip
FreeBSD-ports-51d26e0da39f42ca64d24ee47bbc95dd85b86465.tar.gz
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'print')
-rw-r--r--print/clibpdf/Makefile2
-rw-r--r--print/freetype/Makefile2
-rw-r--r--print/ghostscript-afpl/Makefile2
-rw-r--r--print/ghostscript-gnu/Makefile2
-rw-r--r--print/ghostscript-gpl/Makefile2
-rw-r--r--print/ghostscript7/Makefile2
-rw-r--r--print/ghostscript8/Makefile2
-rw-r--r--print/gimp-print/Makefile2
-rw-r--r--print/gl2ps/Makefile2
-rw-r--r--print/ifhp/Makefile2
-rw-r--r--print/libijs/Makefile2
-rw-r--r--print/libotf/Makefile2
-rw-r--r--print/panda/Makefile2
-rw-r--r--print/pslib/Makefile2
14 files changed, 14 insertions, 14 deletions
diff --git a/print/clibpdf/Makefile b/print/clibpdf/Makefile
index 3ea19c8..a2712f9 100644
--- a/print/clibpdf/Makefile
+++ b/print/clibpdf/Makefile
@@ -16,7 +16,7 @@ COMMENT= A library for creating PDF (Acrobat) files directly via C language prog
WRKSRC= ${WRKDIR}/ClibPDF/source
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
SHLIB_VER= 0
MAKEFILE= Makefile.FreeBSD
diff --git a/print/freetype/Makefile b/print/freetype/Makefile
index de8b290..e954d45 100644
--- a/print/freetype/Makefile
+++ b/print/freetype/Makefile
@@ -21,7 +21,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A free and portable TrueType font rendering engine
USE_AUTOTOOLS= libtool:15
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
.ifdef USE_FREETYPE
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile
index 634b321..b47ca33 100644
--- a/print/ghostscript-afpl/Makefile
+++ b/print/ghostscript-afpl/Makefile
@@ -107,7 +107,7 @@ USE_GNOME= gtk12
MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}"
ALL_TARGET= so
INSTALL_TARGET= soinstall
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
SHLIB_VER= 1
PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}"
.else
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index 1e1f6e5..73b461e 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -108,7 +108,7 @@ USE_GNOME= gtk12
MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}"
ALL_TARGET= so pcl3opts
INSTALL_TARGET= soinstall
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
SHLIB_VER= 1
PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}"
.else
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile
index 62103e3..7d90d62 100644
--- a/print/ghostscript-gpl/Makefile
+++ b/print/ghostscript-gpl/Makefile
@@ -110,7 +110,7 @@ USE_GNOME= gtk12
MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}"
ALL_TARGET= so pcl3opts
INSTALL_TARGET= soinstall
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
SHLIB_VER= 1
PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}"
.else
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index 1e1f6e5..73b461e 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -108,7 +108,7 @@ USE_GNOME= gtk12
MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}"
ALL_TARGET= so pcl3opts
INSTALL_TARGET= soinstall
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
SHLIB_VER= 1
PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}"
.else
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index 62103e3..7d90d62 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -110,7 +110,7 @@ USE_GNOME= gtk12
MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}"
ALL_TARGET= so pcl3opts
INSTALL_TARGET= soinstall
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
SHLIB_VER= 1
PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}"
.else
diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile
index d784172..9c7d9c8 100644
--- a/print/gimp-print/Makefile
+++ b/print/gimp-print/Makefile
@@ -20,7 +20,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-gimp=no
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFLICTS= gutenprint-[0-9]*
diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile
index d36b0ee..1001eaa 100644
--- a/print/gl2ps/Makefile
+++ b/print/gl2ps/Makefile
@@ -16,7 +16,7 @@ COMMENT= A C library providing vector output for OpenGL application
USE_GL= yes
USE_X_PREFIX= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
pre-build:
@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
diff --git a/print/ifhp/Makefile b/print/ifhp/Makefile
index c62ad72..03ff999 100644
--- a/print/ifhp/Makefile
+++ b/print/ifhp/Makefile
@@ -20,7 +20,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= IFHP - A highly configurable print filter for LPRng
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_GHOSTSCRIPT= yes
MAN8= ifhp.8 textps.8
diff --git a/print/libijs/Makefile b/print/libijs/Makefile
index 1cfb49f..1ed0c58 100644
--- a/print/libijs/Makefile
+++ b/print/libijs/Makefile
@@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_GNOME= gnometarget lthack pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN1= ijs-config.1
diff --git a/print/libotf/Makefile b/print/libotf/Makefile
index 09f5544..4e6b8d0 100644
--- a/print/libotf/Makefile
+++ b/print/libotf/Makefile
@@ -19,6 +19,6 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.mk>
diff --git a/print/panda/Makefile b/print/panda/Makefile
index d1d99ca..69a48f3 100644
--- a/print/panda/Makefile
+++ b/print/panda/Makefile
@@ -28,7 +28,7 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-berkeley-db
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CPPFLAGS= -I${LOCALBASE}/include/db41 -I${LOCALBASE}/include \
${PTHREAD_CFLAGS}
diff --git a/print/pslib/Makefile b/print/pslib/Makefile
index c49c38e..df46f80 100644
--- a/print/pslib/Makefile
+++ b/print/pslib/Makefile
@@ -26,7 +26,7 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_prog_DOC_TO_MAN=""
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud