diff options
author | asami <asami@FreeBSD.org> | 2000-06-17 05:52:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-17 05:52:40 +0800 |
commit | 3edb13972140be391bcbba775030ae304f9a847d (patch) | |
tree | 46c6a624389a09a95109aa009b8778cb6dbe21d2 /x11-toolkits | |
parent | 39c5cc44261d2db3b384ef374f2f7a08c2396132 (diff) | |
download | freebsd-ports-gnome-3edb13972140be391bcbba775030ae304f9a847d.tar.gz freebsd-ports-gnome-3edb13972140be391bcbba775030ae304f9a847d.tar.zst freebsd-ports-gnome-3edb13972140be391bcbba775030ae304f9a847d.zip |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
Diffstat (limited to 'x11-toolkits')
52 files changed, 52 insertions, 52 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index ab9c32f28119..7230913030ea 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/xc/lib/Xaw3d USE_IMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .if exists(${X11BASE}/bin/XFree86) PLIST= ${WRKDIR}/PLIST .endif diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index e1a4ebd49dd7..5396c3aa49b2 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 WRKSRC= ${WRKDIR}/blt2.4s GNU_CONFIGURE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MANN= BLT.n barchart.n beep.n bgexec.n bitmap.n \ bltdebug.n busy.n cutbuffer.n dragdrop.n eps.n \ diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 5bafeb8468ba..c2a10e8bd598 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 VERSION= 1.0.7 USE_BZIP2= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared WRKSRC= ${WRKDIR}/${PKGNAME} diff --git a/x11-toolkits/fox-devel/Makefile b/x11-toolkits/fox-devel/Makefile index 6a85753fcff8..1acba9edfd95 100644 --- a/x11-toolkits/fox-devel/Makefile +++ b/x11-toolkits/fox-devel/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ GL.14:${PORTSDIR}/graphics/Mesa3 -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-opengl=mesa --with-x .if defined(NO_SHM) diff --git a/x11-toolkits/fox/Makefile b/x11-toolkits/fox/Makefile index 6a85753fcff8..1acba9edfd95 100644 --- a/x11-toolkits/fox/Makefile +++ b/x11-toolkits/fox/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ GL.14:${PORTSDIR}/graphics/Mesa3 -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-opengl=mesa --with-x .if defined(NO_SHM) diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile index 6a85753fcff8..1acba9edfd95 100644 --- a/x11-toolkits/fox10/Makefile +++ b/x11-toolkits/fox10/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ GL.14:${PORTSDIR}/graphics/Mesa3 -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-opengl=mesa --with-x .if defined(NO_SHM) diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index 6a85753fcff8..1acba9edfd95 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ GL.14:${PORTSDIR}/graphics/Mesa3 -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-opengl=mesa --with-x .if defined(NO_SHM) diff --git a/x11-toolkits/gtk--/Makefile b/x11-toolkits/gtk--/Makefile index bca8dffd0571..066a202efef4 100644 --- a/x11-toolkits/gtk--/Makefile +++ b/x11-toolkits/gtk--/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ --without-gnome diff --git a/x11-toolkits/gtk--2/Makefile b/x11-toolkits/gtk--2/Makefile index bca8dffd0571..066a202efef4 100644 --- a/x11-toolkits/gtk--2/Makefile +++ b/x11-toolkits/gtk--2/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ --without-gnome diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 846ebea5fb1f..40a76791f34c 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -23,7 +23,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes USE_PERL5= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile index 846ebea5fb1f..40a76791f34c 100644 --- a/x11-toolkits/gtk13/Makefile +++ b/x11-toolkits/gtk13/Makefile @@ -23,7 +23,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes USE_PERL5= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 846ebea5fb1f..40a76791f34c 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -23,7 +23,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes USE_PERL5= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 846ebea5fb1f..40a76791f34c 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -23,7 +23,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes USE_PERL5= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-suffix CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile index 2703a205682c..09da0f535bb6 100644 --- a/x11-toolkits/gtkglarea/Makefile +++ b/x11-toolkits/gtkglarea/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" CONFIGURE_ARGS= --with-lib-GL diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile index 2703a205682c..09da0f535bb6 100644 --- a/x11-toolkits/gtkglarea2/Makefile +++ b/x11-toolkits/gtkglarea2/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" CONFIGURE_ARGS= --with-lib-GL diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile index bca8dffd0571..066a202efef4 100644 --- a/x11-toolkits/gtkmm12/Makefile +++ b/x11-toolkits/gtkmm12/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ --without-gnome diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile index bca8dffd0571..066a202efef4 100644 --- a/x11-toolkits/gtkmm20/Makefile +++ b/x11-toolkits/gtkmm20/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ --without-gnome diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index bca8dffd0571..066a202efef4 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ --without-gnome diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index bca8dffd0571..066a202efef4 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_NEWGCC= yes USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static=yes \ --without-gnome diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index a4e8d70397b9..eb80ac8ddb0e 100644 --- a/x11-toolkits/guile-gnome/Makefile +++ b/x11-toolkits/guile-gnome/Makefile @@ -23,7 +23,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-bonobo --without-gtkhtml --with-libglade CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile index 0c8a881f18be..c38985910bf9 100644 --- a/x11-toolkits/guile-gtk/Makefile +++ b/x11-toolkits/guile-gtk/Makefile @@ -21,7 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ diff --git a/x11-toolkits/itk/Makefile b/x11-toolkits/itk/Makefile index 9e1f3816a77b..929c7eebe36c 100644 --- a/x11-toolkits/itk/Makefile +++ b/x11-toolkits/itk/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ itcl30.1:${PORTSDIR}/lang/itcl WRKSRC= ${WRKDIR}/itcl3.0.1/itk/unix -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.2 --with-itcl=${PREFIX}/lib/itcl3.0 --with-tk=${PREFIX}/lib/tk8.2 CONFIGURE_ENV= PORTSDIR=${PORTSDIR} ITK_LIB_FILE=${ITK_LIB_FILE} diff --git a/x11-toolkits/iv/Makefile b/x11-toolkits/iv/Makefile index ffdbdbed7a80..ebcc11d96c87 100644 --- a/x11-toolkits/iv/Makefile +++ b/x11-toolkits/iv/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tanimura@FreeBSD.org USE_XLIB= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes DIST_SUBDIR= iv WRKSRC= ${WRKDIR}/iv diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile index 007c4ae46870..9daf6b608d7d 100644 --- a/x11-toolkits/jx/Makefile +++ b/x11-toolkits/jx/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XLIB= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_BISON= yes USE_GMAKE= yes MAKE_ENV+= JX_INSTALL_ROOT="${PREFIX}/bin" \ diff --git a/x11-toolkits/kde-qt-addon/Makefile b/x11-toolkits/kde-qt-addon/Makefile index 3a29f5ff0516..bcd43fcccd15 100644 --- a/x11-toolkits/kde-qt-addon/Makefile +++ b/x11-toolkits/kde-qt-addon/Makefile @@ -17,7 +17,7 @@ SOMAJOR= 4 SOMINOR= 0 USE_BZIP2= yes USE_QT2= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-qt-includes=${X11BASE}/include/qt2 \ diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 22c4100c6308..737aa4100fc7 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake MANUAL_PACKAGE_BUILD= do not want to install during interactive build USE_AUTOCONF= yes USE_X_PREFIX= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-static --enable-shared --disable-build-Xlt \ --enable-production --disable-debug --disable-build-Xbae diff --git a/x11-toolkits/libjsearch/Makefile b/x11-toolkits/libjsearch/Makefile index b17f778e434f..a8370a27c38b 100644 --- a/x11-toolkits/libjsearch/Makefile +++ b/x11-toolkits/libjsearch/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= jx-1_5_3.1:${JXPORT} WRKSRC= ${WRKDIR}/JX-1.5.3 USE_XLIB= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_GMAKE= yes MAKE_ENV= JX_INSTALL_ROOT="${PREFIX}/bin" \ JX_LIB_ROOT="${PREFIX}/lib" \ diff --git a/x11-toolkits/libjtoolbar/Makefile b/x11-toolkits/libjtoolbar/Makefile index b5d46aecd539..95bda59224ca 100644 --- a/x11-toolkits/libjtoolbar/Makefile +++ b/x11-toolkits/libjtoolbar/Makefile @@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/JX-1.5.3 USE_XLIB= yes USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAKE_ENV= JX_INSTALL_ROOT="${PREFIX}/bin" \ JX_LIB_ROOT="${PREFIX}/lib" \ X11PREFIX="${X11PREFIX}" \ diff --git a/x11-toolkits/libjtree/Makefile b/x11-toolkits/libjtree/Makefile index a7a28f0bf228..0fa988b6379e 100644 --- a/x11-toolkits/libjtree/Makefile +++ b/x11-toolkits/libjtree/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= jx-1_5_3.1:${JXPORT} WRKSRC= ${WRKDIR}/JX-1.5.3 USE_XLIB= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_GMAKE= yes MAKE_ENV= JX_INSTALL_ROOT="${PREFIX}/bin" \ JX_LIB_ROOT="${PREFIX}/lib" \ diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile index 3bb120aa0fad..9bf5b35c147c 100644 --- a/x11-toolkits/neXtaw/Makefile +++ b/x11-toolkits/neXtaw/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.inf.ufrgs.br/~casantos/neXtaw/ MAINTAINER= tg@FreeBSD.org USE_IMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAN1= neXtclock.1 diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index 212e95816421..460f57479e6b 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ MAINTAINER= will@FreeBSD.org USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_NEWGCC= yes MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" CC="${CC}" diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile index e2b3045d5fcd..86e07490d0d7 100644 --- a/x11-toolkits/qt22/Makefile +++ b/x11-toolkits/qt22/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ NO_LATEST_LINK= yes USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_NEWGCC= yes HAS_CONFIGURE= yes diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index e2b3045d5fcd..86e07490d0d7 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ NO_LATEST_LINK= yes USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_NEWGCC= yes HAS_CONFIGURE= yes diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index e2b3045d5fcd..86e07490d0d7 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ NO_LATEST_LINK= yes USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_NEWGCC= yes HAS_CONFIGURE= yes diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index e2b3045d5fcd..86e07490d0d7 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ NO_LATEST_LINK= yes USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_NEWGCC= yes HAS_CONFIGURE= yes diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index e2b3045d5fcd..86e07490d0d7 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ NO_LATEST_LINK= yes USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_NEWGCC= yes HAS_CONFIGURE= yes diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index e2b3045d5fcd..86e07490d0d7 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ NO_LATEST_LINK= yes USE_GMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_NEWGCC= yes HAS_CONFIGURE= yes diff --git a/x11-toolkits/slingshot/Makefile b/x11-toolkits/slingshot/Makefile index f9f78e530ec9..7917dc98cea4 100644 --- a/x11-toolkits/slingshot/Makefile +++ b/x11-toolkits/slingshot/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/sspkg2.1 USE_X_PREFIX= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_GMAKE= yes MAKE_ENV= OPENWINHOME=${X11BASE} diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index bfe73ce1a35d..88be7bc2daac 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -18,7 +18,7 @@ MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 WRKSRC= ${WRKDIR}/Tix4.1.0.007/unix/tk8.0 -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-sam \ --with-tcl="${PREFIX}/include/tcl8.2" \ diff --git a/x11-toolkits/tk80/Makefile b/x11-toolkits/tk80/Makefile index 5a068df18f3e..bce8cf46857c 100644 --- a/x11-toolkits/tk80/Makefile +++ b/x11-toolkits/tk80/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 NO_LATEST_LINK= yes USE_XLIB= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/tk8.0.5/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 0fe9521135e3..59d4d871f527 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -16,7 +16,7 @@ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 USE_XLIB= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.2 diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index f6f337e1d360..30de426d058c 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -17,7 +17,7 @@ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 USE_XLIB= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.3 diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index f6f337e1d360..30de426d058c 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -17,7 +17,7 @@ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 USE_XLIB= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.3 diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index b6a475fb93ce..7287f77f9330 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -25,7 +25,7 @@ FILE_DEPENDS= ${PORTSDIR}/x11-toolkits/tk80 FETCH_BEFORE_ARGS= -b PATCH_DIST_ARGS= -p1 -d ${WRKDIR}/tk8.0.4 -E --quiet WRKSRC= ${WRKDIR}/tk8.0.4/unix -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-xpm --enable-step --enable-dnd \ --enable-tiff --with-optimize="${CFLAGS} -I${PREFIX}/include" diff --git a/x11-toolkits/vdk/Makefile b/x11-toolkits/vdk/Makefile index 9b91ddfb3c41..34fbc258e9fb 100644 --- a/x11-toolkits/vdk/Makefile +++ b/x11-toolkits/vdk/Makefile @@ -18,7 +18,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_NEWGCC= yes USE_X_PREFIX= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ diff --git a/x11-toolkits/vdkbuilder/Makefile b/x11-toolkits/vdkbuilder/Makefile index b0078d7e8cde..7a2ed688bc1d 100644 --- a/x11-toolkits/vdkbuilder/Makefile +++ b/x11-toolkits/vdkbuilder/Makefile @@ -18,7 +18,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_NEWGCC= yes USE_X_PREFIX= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile index 8165e7d8ccd6..755f995179fd 100644 --- a/x11-toolkits/wxgtk-devel/Makefile +++ b/x11-toolkits/wxgtk-devel/Makefile @@ -24,7 +24,7 @@ MAINTAINER= nectar@FreeBSD.ORG LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_NEWGCC= yes diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile index 8165e7d8ccd6..755f995179fd 100644 --- a/x11-toolkits/wxgtk/Makefile +++ b/x11-toolkits/wxgtk/Makefile @@ -24,7 +24,7 @@ MAINTAINER= nectar@FreeBSD.ORG LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_NEWGCC= yes diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index 8165e7d8ccd6..755f995179fd 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -24,7 +24,7 @@ MAINTAINER= nectar@FreeBSD.ORG LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_NEWGCC= yes diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile index 52c66ee67547..f7b3eed6b380 100644 --- a/x11-toolkits/xbae/Makefile +++ b/x11-toolkits/xbae/Makefile @@ -19,7 +19,7 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.de REQUIRES_MOTIF= yes USE_IMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAN3= XbaeCaption.3 XbaeMatrix.3 diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index 1ec4d2bf12d7..54c366486a4a 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics x11-toolkits EXTRACT_SUFX= .tgz USE_X_PREFIX= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 5d57ed2eb474..e6718ce66f1f 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -17,7 +17,7 @@ DISTNAME= xview3.2p1-X11R6 MAINTAINER= ports@FreeBSD.org USE_IMAKE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes IMAKEINCLUDE= "-I${X11BASE}/lib/X11/config -I${WRKSRC}/config" MAKE_ENV+= IMAKEINCLUDE=${IMAKEINCLUDE} XMKMF= ${SETENV} IMAKEINCLUDE=${IMAKEINCLUDE} xmkmf -a |