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 /accessibility/gail | |
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 'accessibility/gail')
-rw-r--r-- | accessibility/gail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index b1891379c..cc2b1f982 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gail/Makefile,v 1.49 2006/07/24 23:49:53 ahze Exp $ +# $MCom: ports/accessibility/gail/Makefile,v 1.50 2006/08/22 02:52:44 ahze Exp $ # PORTNAME= gail @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_XLIB= yes USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack ltverhack libgnomecanvas lthack referencehack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |