diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-10 08:51:18 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-10 08:51:18 +0800 |
commit | b2ebc9589d862b7ae33a660aae05a3d3163aa105 (patch) | |
tree | 46586693baf7193c66a777c9d895b2b08b5cdb97 /textproc | |
parent | 719157e20f4595dc6e11e881ea48e1840da49991 (diff) | |
download | marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.gz marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.bz2 marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.lz marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.xz marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.zst marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.zip |
INSTALLS_SHLIB -> USE_LDCONFIG, only on gnome@FreeBSD.org ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7274 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aiksaurus/Makefile | 4 | ||||
-rw-r--r-- | textproc/gtkspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/scrollkeeper/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index 8cf2702ac..1e39c651c 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -3,7 +3,7 @@ # Whom: Mezz <mezz@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/textproc/aiksaurus/Makefile,v 1.1 2006/07/18 14:33:26 ahze Exp $ PORTNAME= aiksaurus PORTVERSION= 1.2.1 @@ -17,7 +17,7 @@ COMMENT?= A set of libraries and applications which provide a thesaurus USE_GMAKE= yes USE_GNOME?= gnomehack gnometarget -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 180a99598..ade55df16 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/textproc/gtkspell/Makefile,v 1.1 2006/07/25 16:34:12 mezz Exp $ # PORTNAME= gtkspell @@ -26,7 +26,7 @@ USE_GNOME= gnomeprefix gnomehack gtk20 GNU_CONFIGURE= yes USE_GETTEXT= yes USE_XLIB= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 312246d9b..e1558b8b3 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -3,7 +3,7 @@ # Whom: Rene Hexel <rh@netbsd.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/textproc/scrollkeeper/Makefile,v 1.1 2006/07/18 14:37:39 ahze Exp $ PORTNAME= scrollkeeper PORTVERSION= 0.3.14 @@ -32,7 +32,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_BISON= yes USE_GNOME= gnomehack gnomehier gnometarget libxslt intlhack -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share/gnome \ --with-omfdirs=${PREFIX}/share/gnome/omf \ --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports |