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 /x11/gnome-libs | |
parent | 719157e20f4595dc6e11e881ea48e1840da49991 (diff) | |
download | marcuscom-ports-b2ebc9589d862b7ae33a660aae05a3d3163aa105.tar.gz 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 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index ac0d6859e..090b69ccd 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gnome-libs/Makefile,v 1.1 2006/07/25 06:14:34 mezz Exp $ # PORTNAME= gnome-libs @@ -27,7 +27,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix esound gtk12 imlib libxml orbit USE_GETTEXT= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-test-gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |