1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

s/INSTALLS_SHLIB/USE_LDCONFIG/

PR:		ports/102516
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
This commit is contained in:
Renato Botelho 2006-08-26 17:27:35 +00:00
parent b44da07259
commit 75306483ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171441
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ CONFIGURE_ARGS= --disable-build-docs
PLIST_SUB= SGML="@comment "
.endif
INSTALLS_SHLIB= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-patch:

View File

@ -26,7 +26,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
USE_GNOME= gtk20
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_LDCONFIG= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>